Html Css Color HEX #061CBA International Klein Blue

📋 copy color: '#061CBA'

red 6 ◦ green 28 ◦ blue 186

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

Shades of International Klein Blue #061CBA

Tints of International Klein Blue #061CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 84.55%

R = 2.73%
G = 12.73%
B = 84.55%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#061CBA (or 0x061CBA) is known color: International Klein Blue. HEX triplet: 06, 1C and BA. RGB value is (6,28,186). Sum of RGB (Red+Green+Blue) = 6+28+186=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #061CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061CBA is #F9E345. Grayscale: #262626. Windows color (decimal): -16376646 or 12196870. OLE color: 12196870.

HSL color Cylindrical-coordinate representation of color #061CBA: hue angle of 232.67º 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 #061CBA is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 28 186 -
CMYK 0.97 0.85 0 0.27
HSL 232.67º 0.94% 0.38% -
HSV(B) 232.67º 0.97% 0.73% -
XYZ 9.35 4.41 46.81 -
YUV 39.43 210.71 104.15 -
System Red Green Blue C M Y K H S L
Decimal 6 28 186 0.97 0.85 0 0.27 232.67 0.94 0.38
Hex 6 1C BA 61 55 0 1B E9 5E 26
Octal 6 34 272 141 125 0 33 351 136 46
Binary 110 11100 10111010 1100001 1010101 0 11011 11101001 1011110 100110

Color Harmonies of #061CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061CBA

Black with #061CBA

Text Example


Text Example

White with #061CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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