Html Css Color HEX #002EBB International Klein Blue

📋 copy color: '#002EBB'

red 0 ◦ green 46 ◦ blue 187

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

Shades of International Klein Blue #002EBB

Tints of International Klein Blue #002EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 80.26%

R = 0%
G = 19.74%
B = 80.26%

CMYK

 C value IS 1

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#002EBB (or 0x002EBB) is known color: International Klein Blue. HEX triplet: 00, 2E and BB. RGB value is (0,46,187). Sum of RGB (Red+Green+Blue) = 0+46+187=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #002EBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EBB is #FFD144. Grayscale: #2F2F2F. Windows color (decimal): -16765253 or 12267008. OLE color: 12267008.

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

Color convert

RGB 0 46 187 -
CMYK 1 0.75 0 0.27
HSL 225.24º 1% 0.37% -
HSV(B) 225.24º 1% 0.73% -
XYZ 9.95 5.54 47.56 -
YUV 48.32 206.26 93.54 -
System Red Green Blue C M Y K H S L
Decimal 0 46 187 1 0.75 0 0.27 225.24 1 0.37
Hex 0 2E BB 64 4B 0 1B E1 64 25
Octal 0 56 273 144 113 0 33 341 144 45
Binary 0 101110 10111011 1100100 1001011 0 11011 11100001 1100100 100101

Color Harmonies of #002EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EBB

Black with #002EBB

Text Example


Text Example

White with #002EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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