Html Css Color HEX #061AAB International Klein Blue

📋 copy color: '#061AAB'

red 6 ◦ green 26 ◦ blue 171

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

Shades of International Klein Blue #061AAB

Tints of International Klein Blue #061AAB

RGB

 RED value IS 6 (2.73% from 255) = 2.96%

 GREEN value IS 26 (10.55% from 255) = 12.81%

 BLUE value IS 171 (67.19% from 255) = 84.24%

R = 2.96%
G = 12.81%
B = 84.24%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#061AAB (or 0x061AAB) is known color: International Klein Blue. HEX triplet: 06, 1A and AB. RGB value is (6,26,171). Sum of RGB (Red+Green+Blue) = 6+26+171=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 171 (67.19% from 255 or 84.24% from 203); Max value from RGB is 171 - color contains mainly: blue. Hex color #061AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061AAB is #F9E554. Grayscale: #232323. Windows color (decimal): -16377173 or 11213318. OLE color: 11213318.

HSL color Cylindrical-coordinate representation of color #061AAB: hue angle of 232.73º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #061AAB is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 26 171 -
CMYK 0.96 0.85 0 0.33
HSL 232.73º 0.93% 0.35% -
HSV(B) 232.73º 0.96% 0.67% -
XYZ 7.8 3.72 38.83 -
YUV 36.55 203.87 106.21 -
System Red Green Blue C M Y K H S L
Decimal 6 26 171 0.96 0.85 0 0.33 232.73 0.93 0.35
Hex 6 1A AB 60 55 0 21 E9 5D 23
Octal 6 32 253 140 125 0 41 351 135 43
Binary 110 11010 10101011 1100000 1010101 0 100001 11101001 1011101 100011

Color Harmonies of #061AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061AAB

Black with #061AAB

Text Example


Text Example

White with #061AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061AAB; }

 p { color: rgb(6,26,171); }

 H1.HeaderClassName
 {
   color: #061AAB;
 }
 .AnyTagClassName
 {
   color: #061AAB;
 }
</style>

background-color css

<style>
 a { background-color: #061AAB; }

 a { background-color: rgb(6,26,171); }

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

border-color css

<style>
 span { border-color: #061AAB; }

 span { border-color: rgb(6,26,171); }

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