Html Css Color HEX #09459B Cobalt

📋 copy color: '#09459B'

red 9 ◦ green 69 ◦ blue 155

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

Shades of Cobalt #09459B

Tints of Cobalt #09459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 3.86%
G = 29.61%
B = 66.52%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09459B (or 0x09459B) is known color: Cobalt. HEX triplet: 09, 45 and 9B. RGB value is (9,69,155). Sum of RGB (Red+Green+Blue) = 9+69+155=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #09459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09459B is #F6BA64. Grayscale: #3C3C3C. Windows color (decimal): -16169573 or 10175753. OLE color: 10175753.

HSL color Cylindrical-coordinate representation of color #09459B: hue angle of 215.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09459B is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 69 155 -
CMYK 0.94 0.55 0 0.39
HSL 215.34º 0.89% 0.32% -
HSV(B) 215.34º 0.94% 0.61% -
XYZ 8.16 6.68 31.87 -
YUV 60.86 181.12 91.01 -
System Red Green Blue C M Y K H S L
Decimal 9 69 155 0.94 0.55 0 0.39 215.34 0.89 0.32
Hex 9 45 9B 5E 37 0 27 D7 59 20
Octal 11 105 233 136 67 0 47 327 131 40
Binary 1001 1000101 10011011 1011110 110111 0 100111 11010111 1011001 100000

Color Harmonies of #09459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09459B

Black with #09459B

Text Example


Text Example

White with #09459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09459B; }

 p { color: rgb(9,69,155); }

 H1.HeaderClassName
 {
   color: #09459B;
 }
 .AnyTagClassName
 {
   color: #09459B;
 }
</style>

background-color css

<style>
 a { background-color: #09459B; }

 a { background-color: rgb(9,69,155); }

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

border-color css

<style>
 span { border-color: #09459B; }

 span { border-color: rgb(9,69,155); }

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