Html Css Color HEX #094ABB Cobalt

📋 copy color: '#094ABB'

red 9 ◦ green 74 ◦ blue 187

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

Shades of Cobalt #094ABB

Tints of Cobalt #094ABB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

 BLUE value IS 187 (73.44% from 255) = 69.26%

R = 3.33%
G = 27.41%
B = 69.26%

CMYK

 C value IS 0.95

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#094ABB (or 0x094ABB) is known color: Cobalt. HEX triplet: 09, 4A and BB. RGB value is (9,74,187). Sum of RGB (Red+Green+Blue) = 9+74+187=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #094ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ABB is #F6B544. Grayscale: #424242. Windows color (decimal): -16168261 or 12274185. OLE color: 12274185.

HSL color Cylindrical-coordinate representation of color #094ABB: hue angle of 218.09º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094ABB is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 74 187 -
CMYK 0.95 0.60 0 0.27
HSL 218.09º 0.91% 0.38% -
HSV(B) 218.09º 0.95% 0.73% -
XYZ 11.53 8.54 48.06 -
YUV 67.45 195.47 86.31 -
System Red Green Blue C M Y K H S L
Decimal 9 74 187 0.95 0.60 0 0.27 218.09 0.91 0.38
Hex 9 4A BB 5F 3C 0 1B DA 5B 26
Octal 11 112 273 137 74 0 33 332 133 46
Binary 1001 1001010 10111011 1011111 111100 0 11011 11011010 1011011 100110

Color Harmonies of #094ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ABB

Black with #094ABB

Text Example


Text Example

White with #094ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094ABB; }

 p { color: rgb(9,74,187); }

 H1.HeaderClassName
 {
   color: #094ABB;
 }
 .AnyTagClassName
 {
   color: #094ABB;
 }
</style>

background-color css

<style>
 a { background-color: #094ABB; }

 a { background-color: rgb(9,74,187); }

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

border-color css

<style>
 span { border-color: #094ABB; }

 span { border-color: rgb(9,74,187); }

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