Html Css Color HEX #0742AB Cobalt

📋 copy color: '#0742AB'

red 7 ◦ green 66 ◦ blue 171

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

Shades of Cobalt #0742AB

Tints of Cobalt #0742AB

RGB

 RED value IS 7 (3.13% from 255) = 2.87%

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

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

R = 2.87%
G = 27.05%
B = 70.08%

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

#0742AB (or 0x0742AB) is known color: Cobalt. HEX triplet: 07, 42 and AB. RGB value is (7,66,171). Sum of RGB (Red+Green+Blue) = 7+66+171=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0742AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0742AB is #F8BD54. Grayscale: #3B3B3B. Windows color (decimal): -16301397 or 11223559. OLE color: 11223559.

HSL color Cylindrical-coordinate representation of color #0742AB: hue angle of 218.41º degrees, saturation: 0.92, 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 #0742AB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 66 171 -
CMYK 0.96 0.61 0 0.33
HSL 218.41º 0.92% 0.35% -
HSV(B) 218.41º 0.96% 0.67% -
XYZ 9.39 6.88 39.36 -
YUV 60.33 190.45 89.96 -
System Red Green Blue C M Y K H S L
Decimal 7 66 171 0.96 0.61 0 0.33 218.41 0.92 0.35
Hex 7 42 AB 60 3D 0 21 DA 5C 23
Octal 7 102 253 140 75 0 41 332 134 43
Binary 111 1000010 10101011 1100000 111101 0 100001 11011010 1011100 100011

Color Harmonies of #0742AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0742AB

Black with #0742AB

Text Example


Text Example

White with #0742AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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