Html Css Color HEX #051CBE International Klein Blue

📋 copy color: '#051CBE'

red 5 ◦ green 28 ◦ blue 190

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

Shades of International Klein Blue #051CBE

Tints of International Klein Blue #051CBE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

 BLUE value IS 190 (74.61% from 255) = 85.2%

R = 2.24%
G = 12.56%
B = 85.2%

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

#051CBE (or 0x051CBE) is known color: International Klein Blue. HEX triplet: 05, 1C and BE. RGB value is (5,28,190). Sum of RGB (Red+Green+Blue) = 5+28+190=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 190 (74.61% from 255 or 85.20% from 223); Max value from RGB is 190 - color contains mainly: blue. Hex color #051CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CBE is #FAE341. Grayscale: #262626. Windows color (decimal): -16442178 or 12459013. OLE color: 12459013.

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

Color convert

RGB 5 28 190 -
CMYK 0.97 0.85 0 0.25
HSL 232.54º 0.95% 0.38% -
HSV(B) 232.54º 0.97% 0.75% -
XYZ 9.77 4.58 49.08 -
YUV 39.59 212.88 103.33 -
System Red Green Blue C M Y K H S L
Decimal 5 28 190 0.97 0.85 0 0.25 232.54 0.95 0.38
Hex 5 1C BE 61 55 0 19 E9 5F 26
Octal 5 34 276 141 125 0 31 351 137 46
Binary 101 11100 10111110 1100001 1010101 0 11001 11101001 1011111 100110

Color Harmonies of #051CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CBE

Black with #051CBE

Text Example


Text Example

White with #051CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,28,190); }

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

background-color css

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

 a { background-color: rgb(5,28,190); }

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

border-color css

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

 span { border-color: rgb(5,28,190); }

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