Html Css Color HEX #051F98 International Klein Blue

📋 copy color: '#051F98'

red 5 ◦ green 31 ◦ blue 152

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

Shades of International Klein Blue #051F98

Tints of International Klein Blue #051F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 80.85%

R = 2.66%
G = 16.49%
B = 80.85%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#051F98 (or 0x051F98) is known color: International Klein Blue. HEX triplet: 05, 1F and 98. RGB value is (5,31,152). Sum of RGB (Red+Green+Blue) = 5+31+152=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 31 (12.5% from 255 or 16.49% from 188); Blue value is 152 (59.77% from 255 or 80.85% from 188); Max value from RGB is 152 - color contains mainly: blue. Hex color #051F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051F98 is #FAE067. Grayscale: #242424. Windows color (decimal): -16441448 or 9969413. OLE color: 9969413.

HSL color Cylindrical-coordinate representation of color #051F98: hue angle of 229.39º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051F98 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 31 152 -
CMYK 0.97 0.80 0 0.40
HSL 229.39º 0.94% 0.31% -
HSV(B) 229.39º 0.97% 0.6% -
XYZ 6.22 3.28 30.01 -
YUV 37.02 192.89 105.16 -
System Red Green Blue C M Y K H S L
Decimal 5 31 152 0.97 0.80 0 0.40 229.39 0.94 0.31
Hex 5 1F 98 61 50 0 28 E5 5E 1F
Octal 5 37 230 141 120 0 50 345 136 37
Binary 101 11111 10011000 1100001 1010000 0 101000 11100101 1011110 11111

Color Harmonies of #051F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F98

Black with #051F98

Text Example


Text Example

White with #051F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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