Html Css Color HEX #093FAA Cobalt

📋 copy color: '#093FAA'

red 9 ◦ green 63 ◦ blue 170

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

Shades of Cobalt #093FAA

Tints of Cobalt #093FAA

RGB

 RED value IS 9 (3.91% from 255) = 3.72%

 GREEN value IS 63 (25% from 255) = 26.03%

 BLUE value IS 170 (66.8% from 255) = 70.25%

R = 3.72%
G = 26.03%
B = 70.25%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#093FAA (or 0x093FAA) is known color: Cobalt. HEX triplet: 09, 3F and AA. RGB value is (9,63,170). Sum of RGB (Red+Green+Blue) = 9+63+170=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 63 (25% from 255 or 26.03% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #093FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FAA is #F6C055. Grayscale: #3A3A3A. Windows color (decimal): -16171094 or 11157257. OLE color: 11157257.

HSL color Cylindrical-coordinate representation of color #093FAA: hue angle of 219.88º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #093FAA is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 63 170 -
CMYK 0.95 0.63 0 0.33
HSL 219.88º 0.9% 0.35% -
HSV(B) 219.88º 0.95% 0.67% -
XYZ 9.15 6.52 38.81 -
YUV 59.05 190.61 92.3 -
System Red Green Blue C M Y K H S L
Decimal 9 63 170 0.95 0.63 0 0.33 219.88 0.9 0.35
Hex 9 3F AA 5F 3F 0 21 DC 5A 23
Octal 11 77 252 137 77 0 41 334 132 43
Binary 1001 111111 10101010 1011111 111111 0 100001 11011100 1011010 100011

Color Harmonies of #093FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FAA

Black with #093FAA

Text Example


Text Example

White with #093FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093FAA; }

 p { color: rgb(9,63,170); }

 H1.HeaderClassName
 {
   color: #093FAA;
 }
 .AnyTagClassName
 {
   color: #093FAA;
 }
</style>

background-color css

<style>
 a { background-color: #093FAA; }

 a { background-color: rgb(9,63,170); }

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

border-color css

<style>
 span { border-color: #093FAA; }

 span { border-color: rgb(9,63,170); }

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