Html Css Color HEX #0743AB Cobalt

📋 copy color: '#0743AB'

red 7 ◦ green 67 ◦ blue 171

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

Shades of Cobalt #0743AB

Tints of Cobalt #0743AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.35%

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

R = 2.86%
G = 27.35%
B = 69.8%

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

#0743AB (or 0x0743AB) is known color: Cobalt. HEX triplet: 07, 43 and AB. RGB value is (7,67,171). Sum of RGB (Red+Green+Blue) = 7+67+171=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #0743AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0743AB is #F8BC54. Grayscale: #3C3C3C. Windows color (decimal): -16301141 or 11223815. OLE color: 11223815.

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

Color convert

RGB 7 67 171 -
CMYK 0.96 0.61 0 0.33
HSL 218.05º 0.92% 0.35% -
HSV(B) 218.05º 0.96% 0.67% -
XYZ 9.45 7 39.38 -
YUV 60.92 190.12 89.54 -
System Red Green Blue C M Y K H S L
Decimal 7 67 171 0.96 0.61 0 0.33 218.05 0.92 0.35
Hex 7 43 AB 60 3D 0 21 DA 5C 23
Octal 7 103 253 140 75 0 41 332 134 43
Binary 111 1000011 10101011 1100000 111101 0 100001 11011010 1011100 100011

Color Harmonies of #0743AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0743AB

Black with #0743AB

Text Example


Text Example

White with #0743AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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