Html Css Color HEX #09418A Dark Cerulean

📋 copy color: '#09418A'

red 9 ◦ green 65 ◦ blue 138

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

Shades of Dark Cerulean #09418A

Tints of Dark Cerulean #09418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 65.09%

R = 4.25%
G = 30.66%
B = 65.09%

CMYK

 C value IS 0.93

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09418A (or 0x09418A) is known color: Dark Cerulean. HEX triplet: 09, 41 and 8A. RGB value is (9,65,138). Sum of RGB (Red+Green+Blue) = 9+65+138=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #09418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09418A is #F6BE75. Grayscale: #383838. Windows color (decimal): -16170614 or 9060617. OLE color: 9060617.

HSL color Cylindrical-coordinate representation of color #09418A: hue angle of 213.95º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09418A is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 65 138 -
CMYK 0.93 0.53 0 0.46
HSL 213.95º 0.88% 0.29% -
HSV(B) 213.95º 0.93% 0.54% -
XYZ 6.59 5.67 24.79 -
YUV 56.58 173.95 94.06 -
System Red Green Blue C M Y K H S L
Decimal 9 65 138 0.93 0.53 0 0.46 213.95 0.88 0.29
Hex 9 41 8A 5D 35 0 2E D6 58 1D
Octal 11 101 212 135 65 0 56 326 130 35
Binary 1001 1000001 10001010 1011101 110101 0 101110 11010110 1011000 11101

Color Harmonies of #09418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09418A

Black with #09418A

Text Example


Text Example

White with #09418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09418A; }

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

 H1.HeaderClassName
 {
   color: #09418A;
 }
 .AnyTagClassName
 {
   color: #09418A;
 }
</style>

background-color css

<style>
 a { background-color: #09418A; }

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

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

border-color css

<style>
 span { border-color: #09418A; }

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

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