Html Css Color HEX #0A456F Dark Cerulean

📋 copy color: '#0A456F'

red 10 ◦ green 69 ◦ blue 111

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

Shades of Dark Cerulean #0A456F

Tints of Dark Cerulean #0A456F

RGB

 RED value IS 10 (4.3% from 255) = 5.26%

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

 BLUE value IS 111 (43.75% from 255) = 58.42%

R = 5.26%
G = 36.32%
B = 58.42%

CMYK

 C value IS 0.91

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A456F (or 0x0A456F) is known color: Dark Cerulean. HEX triplet: 0A, 45 and 6F. RGB value is (10,69,111). Sum of RGB (Red+Green+Blue) = 10+69+111=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A456F is #F5BA90. Grayscale: #373737. Windows color (decimal): -16104081 or 7292170. OLE color: 7292170.

HSL color Cylindrical-coordinate representation of color #0A456F: hue angle of 204.95º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A456F is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 69 111 -
CMYK 0.91 0.38 0 0.56
HSL 204.95º 0.83% 0.24% -
HSV(B) 204.95º 0.91% 0.44% -
XYZ 5.12 5.47 15.82 -
YUV 56.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 10 69 111 0.91 0.38 0 0.56 204.95 0.83 0.24
Hex A 45 6F 5B 26 0 38 CD 53 18
Octal 12 105 157 133 46 0 70 315 123 30
Binary 1010 1000101 1101111 1011011 100110 0 111000 11001101 1010011 11000

Color Harmonies of #0A456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A456F

Black with #0A456F

Text Example


Text Example

White with #0A456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A456F; }

 p { color: rgb(10,69,111); }

 H1.HeaderClassName
 {
   color: #0A456F;
 }
 .AnyTagClassName
 {
   color: #0A456F;
 }
</style>

background-color css

<style>
 a { background-color: #0A456F; }

 a { background-color: rgb(10,69,111); }

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

border-color css

<style>
 span { border-color: #0A456F; }

 span { border-color: rgb(10,69,111); }

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