Html Css Color HEX #061BBA International Klein Blue

📋 copy color: '#061BBA'

red 6 ◦ green 27 ◦ blue 186

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

Shades of International Klein Blue #061BBA

Tints of International Klein Blue #061BBA

RGB

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

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

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

R = 2.74%
G = 12.33%
B = 84.93%

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

#061BBA (or 0x061BBA) is known color: International Klein Blue. HEX triplet: 06, 1B and BA. RGB value is (6,27,186). Sum of RGB (Red+Green+Blue) = 6+27+186=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #061BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061BBA is #F9E445. Grayscale: #262626. Windows color (decimal): -16376902 or 12196614. OLE color: 12196614.

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

Color convert

RGB 6 27 186 -
CMYK 0.97 0.85 0 0.27
HSL 233º 0.94% 0.38% -
HSV(B) 233º 0.97% 0.73% -
XYZ 9.33 4.37 46.81 -
YUV 38.85 211.04 104.57 -
System Red Green Blue C M Y K H S L
Decimal 6 27 186 0.97 0.85 0 0.27 233 0.94 0.38
Hex 6 1B BA 61 55 0 1B E9 5E 26
Octal 6 33 272 141 125 0 33 351 136 46
Binary 110 11011 10111010 1100001 1010101 0 11011 11101001 1011110 100110

Color Harmonies of #061BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061BBA

Black with #061BBA

Text Example


Text Example

White with #061BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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