Html Css Color HEX #061BAC International Klein Blue

📋 copy color: '#061BAC'

red 6 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #061BAC

Tints of International Klein Blue #061BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.17%

 BLUE value IS 172 (67.58% from 255) = 83.9%

R = 2.93%
G = 13.17%
B = 83.9%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#061BAC (or 0x061BAC) is known color: International Klein Blue. HEX triplet: 06, 1B and AC. RGB value is (6,27,172). Sum of RGB (Red+Green+Blue) = 6+27+172=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 172 (67.58% from 255 or 83.90% from 205); Max value from RGB is 172 - color contains mainly: blue. Hex color #061BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061BAC is #F9E453. Grayscale: #242424. Windows color (decimal): -16376916 or 11279110. OLE color: 11279110.

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

Color convert

RGB 6 27 172 -
CMYK 0.97 0.84 0 0.33
HSL 232.41º 0.93% 0.35% -
HSV(B) 232.41º 0.97% 0.67% -
XYZ 7.91 3.8 39.35 -
YUV 37.25 204.04 105.71 -
System Red Green Blue C M Y K H S L
Decimal 6 27 172 0.97 0.84 0 0.33 232.41 0.93 0.35
Hex 6 1B AC 61 54 0 21 E8 5D 23
Octal 6 33 254 141 124 0 41 350 135 43
Binary 110 11011 10101100 1100001 1010100 0 100001 11101000 1011101 100011

Color Harmonies of #061BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BAC

Black with #061BAC

Text Example


Text Example

White with #061BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,27,172); }

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

background-color css

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

 a { background-color: rgb(6,27,172); }

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

border-color css

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

 span { border-color: rgb(6,27,172); }

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