Html Css Color HEX #09419F Cobalt

📋 copy color: '#09419F'

red 9 ◦ green 65 ◦ blue 159

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

Shades of Cobalt #09419F

Tints of Cobalt #09419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.9%

 BLUE value IS 159 (62.5% from 255) = 68.24%

R = 3.86%
G = 27.9%
B = 68.24%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09419F (or 0x09419F) is known color: Cobalt. HEX triplet: 09, 41 and 9F. RGB value is (9,65,159). Sum of RGB (Red+Green+Blue) = 9+65+159=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 159 (62.5% from 255 or 68.24% from 233); Max value from RGB is 159 - color contains mainly: blue. Hex color #09419F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09419F is #F6BE60. Grayscale: #3A3A3A. Windows color (decimal): -16170593 or 10436873. OLE color: 10436873.

HSL color Cylindrical-coordinate representation of color #09419F: hue angle of 217.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09419F is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 65 159 -
CMYK 0.94 0.59 0 0.38
HSL 217.6º 0.89% 0.33% -
HSV(B) 217.6º 0.94% 0.62% -
XYZ 8.26 6.34 33.59 -
YUV 58.97 184.45 92.36 -
System Red Green Blue C M Y K H S L
Decimal 9 65 159 0.94 0.59 0 0.38 217.6 0.89 0.33
Hex 9 41 9F 5E 3B 0 26 DA 59 21
Octal 11 101 237 136 73 0 46 332 131 41
Binary 1001 1000001 10011111 1011110 111011 0 100110 11011010 1011001 100001

Color Harmonies of #09419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09419F

Black with #09419F

Text Example


Text Example

White with #09419F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09419F; }

 p { color: rgb(9,65,159); }

 H1.HeaderClassName
 {
   color: #09419F;
 }
 .AnyTagClassName
 {
   color: #09419F;
 }
</style>

background-color css

<style>
 a { background-color: #09419F; }

 a { background-color: rgb(9,65,159); }

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

border-color css

<style>
 span { border-color: #09419F; }

 span { border-color: rgb(9,65,159); }

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