Html Css Color HEX #002FBB International Klein Blue

📋 copy color: '#002FBB'

red 0 ◦ green 47 ◦ blue 187

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

Shades of International Klein Blue #002FBB

Tints of International Klein Blue #002FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

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

R = 0%
G = 20.09%
B = 79.91%

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

#002FBB (or 0x002FBB) is known color: International Klein Blue. HEX triplet: 00, 2F and BB. RGB value is (0,47,187). Sum of RGB (Red+Green+Blue) = 0+47+187=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 187 (73.44% from 255 or 79.91% from 234); Max value from RGB is 187 - color contains mainly: blue. Hex color #002FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FBB is #FFD044. Grayscale: #303030. Windows color (decimal): -16764997 or 12267264. OLE color: 12267264.

HSL color Cylindrical-coordinate representation of color #002FBB: hue angle of 224.92º 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 #002FBB is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 47 187 -
CMYK 1 0.75 0 0.27
HSL 224.92º 1% 0.37% -
HSV(B) 224.92º 1% 0.73% -
XYZ 9.99 5.62 47.57 -
YUV 48.91 205.93 93.12 -
System Red Green Blue C M Y K H S L
Decimal 0 47 187 1 0.75 0 0.27 224.92 1 0.37
Hex 0 2F BB 64 4B 0 1B E1 64 25
Octal 0 57 273 144 113 0 33 341 144 45
Binary 0 101111 10111011 1100100 1001011 0 11011 11100001 1100100 100101

Color Harmonies of #002FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FBB

Black with #002FBB

Text Example


Text Example

White with #002FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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