Html Css Color HEX #061DBB International Klein Blue

📋 copy color: '#061DBB'

red 6 ◦ green 29 ◦ blue 187

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

Shades of International Klein Blue #061DBB

Tints of International Klein Blue #061DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

 BLUE value IS 187 (73.44% from 255) = 84.23%

R = 2.7%
G = 13.06%
B = 84.23%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#061DBB (or 0x061DBB) is known color: International Klein Blue. HEX triplet: 06, 1D and BB. RGB value is (6,29,187). Sum of RGB (Red+Green+Blue) = 6+29+187=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 187 (73.44% from 255 or 84.23% from 222); Max value from RGB is 187 - color contains mainly: blue. Hex color #061DBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #061DBB is #F9E244. Grayscale: #272727. Windows color (decimal): -16376389 or 12262662. OLE color: 12262662.

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

Color convert

RGB 6 29 187 -
CMYK 0.97 0.84 0 0.27
HSL 232.38º 0.94% 0.38% -
HSV(B) 232.38º 0.97% 0.73% -
XYZ 9.48 4.51 47.38 -
YUV 40.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 6 29 187 0.97 0.84 0 0.27 232.38 0.94 0.38
Hex 6 1D BB 61 54 0 1B E8 5E 26
Octal 6 35 273 141 124 0 33 350 136 46
Binary 110 11101 10111011 1100001 1010100 0 11011 11101000 1011110 100110

Color Harmonies of #061DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061DBB

Black with #061DBB

Text Example


Text Example

White with #061DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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