#061DBA

Color #061DBA International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #061DBA

Tints of International Klein Blue #061DBA

Color information

#061DBA (or 0x061DBA) is unknown color: approx International Klein Blue. HEX triplet: 06, 1D and BA. RGB value is (6,29,186). Sum of RGB (Red+Green+Blue) = 6+29+186=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #061DBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DBA is #F9E245. Grayscale: #272727. Windows color (decimal): -16376390 or 12197126. OLE color: 12197126.

HSL color Cylindrical-coordinate representation of color #061DBA: hue angle of 232.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #061DBA is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB629186-
CMYK0.970.8400.27
HSL232.33º93.75%37.65%-
HSV(B)232.33º96.77%72.94%-
XYZ9.384.4646.82-
YUV40.02210.38103.73-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 29 (11.72% from 255) = 13.12%
BLUE value IS 186 (73.05% from 255) = 84.16%
R=2.71%
G=13.12%
B=84.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6291860.970.8400.27232.3393.7537.65
Hex61DBA615401Be85e26
Octal63527214112403335013646
Binary110111011011101011000011010100011011111010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,29,186); }

 H1.HeaderClassName
 {
   color: #061DBA;
 }
 .AnyTagClassName
 {
   color: #061DBA;
 }
</style>
background-color css

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

 a { background-color: rgb(6,29,186); }

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

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

 span { border-color: rgb(6,29,186); }

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