Html Css Color HEX #051CBC International Klein Blue

📋 copy color: '#051CBC'

red 5 ◦ green 28 ◦ blue 188

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

Shades of International Klein Blue #051CBC

Tints of International Klein Blue #051CBC

RGB

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

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

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

R = 2.26%
G = 12.67%
B = 85.07%

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

#051CBC (or 0x051CBC) is known color: International Klein Blue. HEX triplet: 05, 1C and BC. RGB value is (5,28,188). Sum of RGB (Red+Green+Blue) = 5+28+188=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 188 (73.83% from 255 or 85.07% from 221); Max value from RGB is 188 - color contains mainly: blue. Hex color #051CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051CBC is #FAE343. Grayscale: #262626. Windows color (decimal): -16442180 or 12327941. OLE color: 12327941.

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

Color convert

RGB 5 28 188 -
CMYK 0.97 0.85 0 0.26
HSL 232.46º 0.95% 0.38% -
HSV(B) 232.46º 0.97% 0.74% -
XYZ 9.55 4.49 47.94 -
YUV 39.36 211.88 103.49 -
System Red Green Blue C M Y K H S L
Decimal 5 28 188 0.97 0.85 0 0.26 232.46 0.95 0.38
Hex 5 1C BC 61 55 0 1A E8 5F 26
Octal 5 34 274 141 125 0 32 350 137 46
Binary 101 11100 10111100 1100001 1010101 0 11010 11101000 1011111 100110

Color Harmonies of #051CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051CBC

Black with #051CBC

Text Example


Text Example

White with #051CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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