Html Css Color HEX #0642AB Cobalt

📋 copy color: '#0642AB'

red 6 ◦ green 66 ◦ blue 171

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

Shades of Cobalt #0642AB

Tints of Cobalt #0642AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.16%

 BLUE value IS 171 (67.19% from 255) = 70.37%

R = 2.47%
G = 27.16%
B = 70.37%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0642AB (or 0x0642AB) is known color: Cobalt. HEX triplet: 06, 42 and AB. RGB value is (6,66,171). Sum of RGB (Red+Green+Blue) = 6+66+171=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #0642AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0642AB is #F9BD54. Grayscale: #3B3B3B. Windows color (decimal): -16366933 or 11223558. OLE color: 11223558.

HSL color Cylindrical-coordinate representation of color #0642AB: hue angle of 218.18º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0642AB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 6 66 171 -
CMYK 0.96 0.61 0 0.33
HSL 218.18º 0.93% 0.35% -
HSV(B) 218.18º 0.96% 0.67% -
XYZ 9.37 6.88 39.36 -
YUV 60.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 6 66 171 0.96 0.61 0 0.33 218.18 0.93 0.35
Hex 6 42 AB 60 3D 0 21 DA 5D 23
Octal 6 102 253 140 75 0 41 332 135 43
Binary 110 1000010 10101011 1100000 111101 0 100001 11011010 1011101 100011

Color Harmonies of #0642AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0642AB

Black with #0642AB

Text Example


Text Example

White with #0642AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0642AB; }

 p { color: rgb(6,66,171); }

 H1.HeaderClassName
 {
   color: #0642AB;
 }
 .AnyTagClassName
 {
   color: #0642AB;
 }
</style>

background-color css

<style>
 a { background-color: #0642AB; }

 a { background-color: rgb(6,66,171); }

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

border-color css

<style>
 span { border-color: #0642AB; }

 span { border-color: rgb(6,66,171); }

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