Html Css Color HEX #051EC1 International Klein Blue

📋 copy color: '#051EC1'

red 5 ◦ green 30 ◦ blue 193

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

Shades of International Klein Blue #051EC1

Tints of International Klein Blue #051EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 193 (75.78% from 255) = 84.65%

R = 2.19%
G = 13.16%
B = 84.65%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#051EC1 (or 0x051EC1) is known color: International Klein Blue. HEX triplet: 05, 1E and C1. RGB value is (5,30,193). Sum of RGB (Red+Green+Blue) = 5+30+193=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 193 (75.78% from 255 or 84.65% from 228); Max value from RGB is 193 - color contains mainly: blue. Hex color #051EC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EC1 is #FAE13E. Grayscale: #282828. Windows color (decimal): -16441663 or 12656133. OLE color: 12656133.

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

Color convert

RGB 5 30 193 -
CMYK 0.97 0.84 0 0.24
HSL 232.02º 0.95% 0.39% -
HSV(B) 232.02º 0.97% 0.76% -
XYZ 10.15 4.81 50.85 -
YUV 41.11 213.72 102.25 -
System Red Green Blue C M Y K H S L
Decimal 5 30 193 0.97 0.84 0 0.24 232.02 0.95 0.39
Hex 5 1E C1 61 54 0 18 E8 5F 27
Octal 5 36 301 141 124 0 30 350 137 47
Binary 101 11110 11000001 1100001 1010100 0 11000 11101000 1011111 100111

Color Harmonies of #051EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051EC1

Black with #051EC1

Text Example


Text Example

White with #051EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,30,193); }

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

background-color css

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

 a { background-color: rgb(5,30,193); }

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

border-color css

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

 span { border-color: rgb(5,30,193); }

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