Html Css Color HEX #051FB3 International Klein Blue

📋 copy color: '#051FB3'

red 5 ◦ green 31 ◦ blue 179

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

Shades of International Klein Blue #051FB3

Tints of International Klein Blue #051FB3

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.42%

 BLUE value IS 179 (70.31% from 255) = 83.26%

R = 2.33%
G = 14.42%
B = 83.26%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#051FB3 (or 0x051FB3) is known color: International Klein Blue. HEX triplet: 05, 1F and B3. RGB value is (5,31,179). Sum of RGB (Red+Green+Blue) = 5+31+179=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 179 (70.31% from 255 or 83.26% from 215); Max value from RGB is 179 - color contains mainly: blue. Hex color #051FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FB3 is #FAE04C. Grayscale: #272727. Windows color (decimal): -16441421 or 11738885. OLE color: 11738885.

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

Color convert

RGB 5 31 179 -
CMYK 0.97 0.83 0 0.30
HSL 231.03º 0.95% 0.36% -
HSV(B) 231.03º 0.97% 0.7% -
XYZ 8.69 4.27 43.01 -
YUV 40.1 206.39 102.97 -
System Red Green Blue C M Y K H S L
Decimal 5 31 179 0.97 0.83 0 0.30 231.03 0.95 0.36
Hex 5 1F B3 61 53 0 1E E7 5F 24
Octal 5 37 263 141 123 0 36 347 137 44
Binary 101 11111 10110011 1100001 1010011 0 11110 11100111 1011111 100100

Color Harmonies of #051FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FB3

Black with #051FB3

Text Example


Text Example

White with #051FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,31,179); }

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

background-color css

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

 a { background-color: rgb(5,31,179); }

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

border-color css

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

 span { border-color: rgb(5,31,179); }

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