Html Css Color HEX #0A487B Dark Cerulean

📋 copy color: '#0A487B'

red 10 ◦ green 72 ◦ blue 123

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

Shades of Dark Cerulean #0A487B

Tints of Dark Cerulean #0A487B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 123 (48.44% from 255) = 60%

R = 4.88%
G = 35.12%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0A487B (or 0x0A487B) is known color: Dark Cerulean. HEX triplet: 0A, 48 and 7B. RGB value is (10,72,123). Sum of RGB (Red+Green+Blue) = 10+72+123=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 123 (48.44% from 255 or 60% from 205); Max value from RGB is 123 - color contains mainly: blue. Hex color #0A487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0A487B is #F5B784. Grayscale: #3B3B3B. Windows color (decimal): -16103301 or 8079370. OLE color: 8079370.

HSL color Cylindrical-coordinate representation of color #0A487B: hue angle of 207.08º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A487B is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 72 123 -
CMYK 0.92 0.41 0 0.52
HSL 207.08º 0.85% 0.26% -
HSV(B) 207.08º 0.92% 0.48% -
XYZ 6.02 6.13 19.6 -
YUV 59.28 163.96 92.85 -
System Red Green Blue C M Y K H S L
Decimal 10 72 123 0.92 0.41 0 0.52 207.08 0.85 0.26
Hex A 48 7B 5C 29 0 34 CF 55 1A
Octal 12 110 173 134 51 0 64 317 125 32
Binary 1010 1001000 1111011 1011100 101001 0 110100 11001111 1010101 11010

Color Harmonies of #0A487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A487B

Black with #0A487B

Text Example


Text Example

White with #0A487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,123); }

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

background-color css

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

 a { background-color: rgb(10,72,123); }

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

border-color css

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

 span { border-color: rgb(10,72,123); }

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