Html Css Color HEX #051DBC International Klein Blue

📋 copy color: '#051DBC'

red 5 ◦ green 29 ◦ blue 188

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

Shades of International Klein Blue #051DBC

Tints of International Klein Blue #051DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

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

R = 2.25%
G = 13.06%
B = 84.68%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#051DBC (or 0x051DBC) is known color: International Klein Blue. HEX triplet: 05, 1D and BC. RGB value is (5,29,188). Sum of RGB (Red+Green+Blue) = 5+29+188=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 188 (73.83% from 255 or 84.68% from 222); Max value from RGB is 188 - color contains mainly: blue. Hex color #051DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DBC is #FAE243. Grayscale: #272727. Windows color (decimal): -16441924 or 12328197. OLE color: 12328197.

HSL color Cylindrical-coordinate representation of color #051DBC: hue angle of 232.13º 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 #051DBC is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 29 188 -
CMYK 0.97 0.85 0 0.26
HSL 232.13º 0.95% 0.38% -
HSV(B) 232.13º 0.97% 0.74% -
XYZ 9.58 4.54 47.95 -
YUV 39.95 211.55 103.07 -
System Red Green Blue C M Y K H S L
Decimal 5 29 188 0.97 0.85 0 0.26 232.13 0.95 0.38
Hex 5 1D BC 61 55 0 1A E8 5F 26
Octal 5 35 274 141 125 0 32 350 137 46
Binary 101 11101 10111100 1100001 1010101 0 11010 11101000 1011111 100110

Color Harmonies of #051DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DBC

Black with #051DBC

Text Example


Text Example

White with #051DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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