Html Css Color HEX #093FB3 Cobalt

📋 copy color: '#093FB3'

red 9 ◦ green 63 ◦ blue 179

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

Shades of Cobalt #093FB3

Tints of Cobalt #093FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 71.31%

R = 3.59%
G = 25.1%
B = 71.31%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#093FB3 (or 0x093FB3) is known color: Cobalt. HEX triplet: 09, 3F and B3. RGB value is (9,63,179). Sum of RGB (Red+Green+Blue) = 9+63+179=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 179 (70.31% from 255 or 71.31% from 251); Max value from RGB is 179 - color contains mainly: blue. Hex color #093FB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #093FB3 is #F6C04C. Grayscale: #3B3B3B. Windows color (decimal): -16171085 or 11747081. OLE color: 11747081.

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

Color convert

RGB 9 63 179 -
CMYK 0.95 0.65 0 0.30
HSL 220.94º 0.9% 0.37% -
HSV(B) 220.94º 0.95% 0.7% -
XYZ 10.03 6.87 43.44 -
YUV 60.08 195.11 91.57 -
System Red Green Blue C M Y K H S L
Decimal 9 63 179 0.95 0.65 0 0.30 220.94 0.9 0.37
Hex 9 3F B3 5F 41 0 1E DD 5A 25
Octal 11 77 263 137 101 0 36 335 132 45
Binary 1001 111111 10110011 1011111 1000001 0 11110 11011101 1011010 100101

Color Harmonies of #093FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093FB3

Black with #093FB3

Text Example


Text Example

White with #093FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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