Html Css Color HEX #002FB3 International Klein Blue

📋 copy color: '#002FB3'

red 0 ◦ green 47 ◦ blue 179

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

Shades of International Klein Blue #002FB3

Tints of International Klein Blue #002FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 79.2%

R = 0%
G = 20.8%
B = 79.2%

CMYK

 C value IS 1

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#002FB3 (or 0x002FB3) is known color: International Klein Blue. HEX triplet: 00, 2F and B3. RGB value is (0,47,179). Sum of RGB (Red+Green+Blue) = 0+47+179=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 179 (70.31% from 255 or 79.20% from 226); Max value from RGB is 179 - color contains mainly: blue. Hex color #002FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002FB3 is #FFD04C. Grayscale: #2F2F2F. Windows color (decimal): -16765005 or 11742976. OLE color: 11742976.

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

Color convert

RGB 0 47 179 -
CMYK 1 0.74 0 0.30
HSL 224.25º 1% 0.35% -
HSV(B) 224.25º 1% 0.7% -
XYZ 9.15 5.29 43.19 -
YUV 48 201.93 93.77 -
System Red Green Blue C M Y K H S L
Decimal 0 47 179 1 0.74 0 0.30 224.25 1 0.35
Hex 0 2F B3 64 4A 0 1E E0 64 23
Octal 0 57 263 144 112 0 36 340 144 43
Binary 0 101111 10110011 1100100 1001010 0 11110 11100000 1100100 100011

Color Harmonies of #002FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002FB3

Black with #002FB3

Text Example


Text Example

White with #002FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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