Html Css Color HEX #002FB9 International Klein Blue

📋 copy color: '#002FB9'

red 0 ◦ green 47 ◦ blue 185

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

Shades of International Klein Blue #002FB9

Tints of International Klein Blue #002FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 79.74%

R = 0%
G = 20.26%
B = 79.74%

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

#002FB9 (or 0x002FB9) is known color: International Klein Blue. HEX triplet: 00, 2F and B9. RGB value is (0,47,185). Sum of RGB (Red+Green+Blue) = 0+47+185=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 185 (72.66% from 255 or 79.74% from 232); Max value from RGB is 185 - color contains mainly: blue. Hex color #002FB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FB9 is #FFD046. Grayscale: #303030. Windows color (decimal): -16764999 or 12136192. OLE color: 12136192.

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

Color convert

RGB 0 47 185 -
CMYK 1 0.75 0 0.27
HSL 224.76º 1% 0.36% -
HSV(B) 224.76º 1% 0.73% -
XYZ 9.77 5.54 46.45 -
YUV 48.68 204.93 93.28 -
System Red Green Blue C M Y K H S L
Decimal 0 47 185 1 0.75 0 0.27 224.76 1 0.36
Hex 0 2F B9 64 4B 0 1B E1 64 24
Octal 0 57 271 144 113 0 33 341 144 44
Binary 0 101111 10111001 1100100 1001011 0 11011 11100001 1100100 100100

Color Harmonies of #002FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FB9

Black with #002FB9

Text Example


Text Example

White with #002FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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