Html Css Color HEX #051DBF International Klein Blue

📋 copy color: '#051DBF'

red 5 ◦ green 29 ◦ blue 191

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

Shades of International Klein Blue #051DBF

Tints of International Klein Blue #051DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 84.89%

R = 2.22%
G = 12.89%
B = 84.89%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#051DBF (or 0x051DBF) is known color: International Klein Blue. HEX triplet: 05, 1D and BF. RGB value is (5,29,191). Sum of RGB (Red+Green+Blue) = 5+29+191=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 191 (75% from 255 or 84.89% from 225); Max value from RGB is 191 - color contains mainly: blue. Hex color #051DBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051DBF is #FAE240. Grayscale: #272727. Windows color (decimal): -16441921 or 12524805. OLE color: 12524805.

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

Color convert

RGB 5 29 191 -
CMYK 0.97 0.85 0 0.25
HSL 232.26º 0.95% 0.38% -
HSV(B) 232.26º 0.97% 0.75% -
XYZ 9.91 4.67 49.67 -
YUV 40.29 213.05 102.83 -
System Red Green Blue C M Y K H S L
Decimal 5 29 191 0.97 0.85 0 0.25 232.26 0.95 0.38
Hex 5 1D BF 61 55 0 19 E8 5F 26
Octal 5 35 277 141 125 0 31 350 137 46
Binary 101 11101 10111111 1100001 1010101 0 11001 11101000 1011111 100110

Color Harmonies of #051DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DBF

Black with #051DBF

Text Example


Text Example

White with #051DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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