Html Css Color HEX #051FBC International Klein Blue

📋 copy color: '#051FBC'

red 5 ◦ green 31 ◦ blue 188

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

Shades of International Klein Blue #051FBC

Tints of International Klein Blue #051FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 83.93%

R = 2.23%
G = 13.84%
B = 83.93%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#051FBC (or 0x051FBC) is known color: International Klein Blue. HEX triplet: 05, 1F and BC. RGB value is (5,31,188). Sum of RGB (Red+Green+Blue) = 5+31+188=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #051FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FBC is #FAE043. Grayscale: #282828. Windows color (decimal): -16441412 or 12328709. OLE color: 12328709.

HSL color Cylindrical-coordinate representation of color #051FBC: hue angle of 231.48º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FBC is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 31 188 -
CMYK 0.97 0.84 0 0.26
HSL 231.48º 0.95% 0.38% -
HSV(B) 231.48º 0.97% 0.74% -
XYZ 9.63 4.64 47.97 -
YUV 41.12 210.89 102.23 -
System Red Green Blue C M Y K H S L
Decimal 5 31 188 0.97 0.84 0 0.26 231.48 0.95 0.38
Hex 5 1F BC 61 54 0 1A E7 5F 26
Octal 5 37 274 141 124 0 32 347 137 46
Binary 101 11111 10111100 1100001 1010100 0 11010 11100111 1011111 100110

Color Harmonies of #051FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FBC

Black with #051FBC

Text Example


Text Example

White with #051FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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