Html Css Color HEX #051DB1 International Klein Blue

📋 copy color: '#051DB1'

red 5 ◦ green 29 ◦ blue 177

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

Shades of International Klein Blue #051DB1

Tints of International Klein Blue #051DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 83.89%

R = 2.37%
G = 13.74%
B = 83.89%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#051DB1 (or 0x051DB1) is known color: International Klein Blue. HEX triplet: 05, 1D and B1. RGB value is (5,29,177). Sum of RGB (Red+Green+Blue) = 5+29+177=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 177 (69.53% from 255 or 83.89% from 211); Max value from RGB is 177 - color contains mainly: blue. Hex color #051DB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #051DB1 is #FAE24E. Grayscale: #262626. Windows color (decimal): -16441935 or 11607301. OLE color: 11607301.

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

Color convert

RGB 5 29 177 -
CMYK 0.97 0.84 0 0.31
HSL 231.63º 0.95% 0.36% -
HSV(B) 231.63º 0.97% 0.69% -
XYZ 8.44 4.09 41.94 -
YUV 38.7 206.05 103.97 -
System Red Green Blue C M Y K H S L
Decimal 5 29 177 0.97 0.84 0 0.31 231.63 0.95 0.36
Hex 5 1D B1 61 54 0 1F E8 5F 24
Octal 5 35 261 141 124 0 37 350 137 44
Binary 101 11101 10110001 1100001 1010100 0 11111 11101000 1011111 100100

Color Harmonies of #051DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051DB1

Black with #051DB1

Text Example


Text Example

White with #051DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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