Html Css Color HEX #051F9F International Klein Blue

📋 copy color: '#051F9F'

red 5 ◦ green 31 ◦ blue 159

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

Shades of International Klein Blue #051F9F

Tints of International Klein Blue #051F9F

RGB

 RED value IS 5 (2.34% from 255) = 2.56%

 GREEN value IS 31 (12.5% from 255) = 15.9%

 BLUE value IS 159 (62.5% from 255) = 81.54%

R = 2.56%
G = 15.9%
B = 81.54%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#051F9F (or 0x051F9F) is known color: International Klein Blue. HEX triplet: 05, 1F and 9F. RGB value is (5,31,159). Sum of RGB (Red+Green+Blue) = 5+31+159=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #051F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F9F is #FAE060. Grayscale: #252525. Windows color (decimal): -16441441 or 10428165. OLE color: 10428165.

HSL color Cylindrical-coordinate representation of color #051F9F: hue angle of 229.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051F9F is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 31 159 -
CMYK 0.97 0.81 0 0.38
HSL 229.87º 0.94% 0.32% -
HSV(B) 229.87º 0.97% 0.62% -
XYZ 6.81 3.52 33.12 -
YUV 37.82 196.39 104.59 -
System Red Green Blue C M Y K H S L
Decimal 5 31 159 0.97 0.81 0 0.38 229.87 0.94 0.32
Hex 5 1F 9F 61 51 0 26 E6 5E 20
Octal 5 37 237 141 121 0 46 346 136 40
Binary 101 11111 10011111 1100001 1010001 0 100110 11100110 1011110 100000

Color Harmonies of #051F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F9F

Black with #051F9F

Text Example


Text Example

White with #051F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051F9F; }

 p { color: rgb(5,31,159); }

 H1.HeaderClassName
 {
   color: #051F9F;
 }
 .AnyTagClassName
 {
   color: #051F9F;
 }
</style>

background-color css

<style>
 a { background-color: #051F9F; }

 a { background-color: rgb(5,31,159); }

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

border-color css

<style>
 span { border-color: #051F9F; }

 span { border-color: rgb(5,31,159); }

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