Html Css Color HEX #061CA1 International Klein Blue

📋 copy color: '#061CA1'

red 6 ◦ green 28 ◦ blue 161

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

Shades of International Klein Blue #061CA1

Tints of International Klein Blue #061CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 82.56%

R = 3.08%
G = 14.36%
B = 82.56%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#061CA1 (or 0x061CA1) is known color: International Klein Blue. HEX triplet: 06, 1C and A1. RGB value is (6,28,161). Sum of RGB (Red+Green+Blue) = 6+28+161=195 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.08% from 195); Green value is 28 (11.33% from 255 or 14.36% from 195); Blue value is 161 (63.28% from 255 or 82.56% from 195); Max value from RGB is 161 - color contains mainly: blue. Hex color #061CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #061CA1 is #F9E35E. Grayscale: #242424. Windows color (decimal): -16376671 or 10558470. OLE color: 10558470.

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

Color convert

RGB 6 28 161 -
CMYK 0.96 0.83 0 0.37
HSL 231.48º 0.93% 0.33% -
HSV(B) 231.48º 0.96% 0.63% -
XYZ 6.92 3.44 34.02 -
YUV 36.58 198.21 106.19 -
System Red Green Blue C M Y K H S L
Decimal 6 28 161 0.96 0.83 0 0.37 231.48 0.93 0.33
Hex 6 1C A1 60 53 0 25 E7 5D 21
Octal 6 34 241 140 123 0 45 347 135 41
Binary 110 11100 10100001 1100000 1010011 0 100101 11100111 1011101 100001

Color Harmonies of #061CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CA1

Black with #061CA1

Text Example


Text Example

White with #061CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,28,161); }

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

background-color css

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

 a { background-color: rgb(6,28,161); }

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

border-color css

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

 span { border-color: rgb(6,28,161); }

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