Html Css Color HEX #002EBC International Klein Blue

📋 copy color: '#002EBC'

red 0 ◦ green 46 ◦ blue 188

#002EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #002EBC

Tints of International Klein Blue #002EBC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 46 (18.36% from 255) = 19.66%

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 0%
G = 19.66%
B = 80.34%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#002EBC (or 0x002EBC) is known color: International Klein Blue. HEX triplet: 00, 2E and BC. RGB value is (0,46,188). Sum of RGB (Red+Green+Blue) = 0+46+188=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #002EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EBC is #FFD143. Grayscale: #2F2F2F. Windows color (decimal): -16765252 or 12332544. OLE color: 12332544.

HSL color Cylindrical-coordinate representation of color #002EBC: hue angle of 225.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EBC is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 46 188 -
CMYK 1 0.76 0 0.26
HSL 225.32º 1% 0.37% -
HSV(B) 225.32º 1% 0.74% -
XYZ 10.05 5.58 48.13 -
YUV 48.43 206.76 93.45 -
System Red Green Blue C M Y K H S L
Decimal 0 46 188 1 0.76 0 0.26 225.32 1 0.37
Hex 0 2E BC 64 4C 0 1A E1 64 25
Octal 0 56 274 144 114 0 32 341 144 45
Binary 0 101110 10111100 1100100 1001100 0 11010 11100001 1100100 100101

Color Harmonies of #002EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EBC

Black with #002EBC

Text Example


Text Example

White with #002EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002EBC; }

 p { color: rgb(0,46,188); }

 H1.HeaderClassName
 {
   color: #002EBC;
 }
 .AnyTagClassName
 {
   color: #002EBC;
 }
</style>

background-color css

<style>
 a { background-color: #002EBC; }

 a { background-color: rgb(0,46,188); }

 div.DivClassName
 {
   background-color: #002EBC;
 }
 .BgClassName
 {
   background-color: #002EBC;
 }
</style>

border-color css

<style>
 span { border-color: #002EBC; }

 span { border-color: rgb(0,46,188); }

 td.TdClassName
 {
   border-color: #002EBC;
 }
 .TagClassName
 {
   border-color: #002EBC;
 }
</style>