Html Css Color HEX #093FA5 Cobalt

📋 copy color: '#093FA5'

red 9 ◦ green 63 ◦ blue 165

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

Shades of Cobalt #093FA5

Tints of Cobalt #093FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 69.62%

R = 3.8%
G = 26.58%
B = 69.62%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#093FA5 (or 0x093FA5) is known color: Cobalt. HEX triplet: 09, 3F and A5. RGB value is (9,63,165). Sum of RGB (Red+Green+Blue) = 9+63+165=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 165 (64.84% from 255 or 69.62% from 237); Max value from RGB is 165 - color contains mainly: blue. Hex color #093FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093FA5 is #F6C05A. Grayscale: #3A3A3A. Windows color (decimal): -16171099 or 10829577. OLE color: 10829577.

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

Color convert

RGB 9 63 165 -
CMYK 0.95 0.62 0 0.35
HSL 219.23º 0.9% 0.34% -
HSV(B) 219.23º 0.95% 0.65% -
XYZ 8.68 6.33 36.36 -
YUV 58.48 188.11 92.71 -
System Red Green Blue C M Y K H S L
Decimal 9 63 165 0.95 0.62 0 0.35 219.23 0.9 0.34
Hex 9 3F A5 5F 3E 0 23 DB 5A 22
Octal 11 77 245 137 76 0 43 333 132 42
Binary 1001 111111 10100101 1011111 111110 0 100011 11011011 1011010 100010

Color Harmonies of #093FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FA5

Black with #093FA5

Text Example


Text Example

White with #093FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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