Html Css Color HEX #0A488D Dark Cerulean

📋 copy color: '#0A488D'

red 10 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #0A488D

Tints of Dark Cerulean #0A488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 4.48%
G = 32.29%
B = 63.23%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A488D (or 0x0A488D) is known color: Dark Cerulean. HEX triplet: 0A, 48 and 8D. RGB value is (10,72,141). Sum of RGB (Red+Green+Blue) = 10+72+141=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A488D is #F5B772. Grayscale: #3C3C3C. Windows color (decimal): -16103283 or 9259018. OLE color: 9259018.

HSL color Cylindrical-coordinate representation of color #0A488D: hue angle of 211.6º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A488D is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 72 141 -
CMYK 0.93 0.49 0 0.45
HSL 211.6º 0.87% 0.3% -
HSV(B) 211.6º 0.93% 0.55% -
XYZ 7.25 6.62 26.1 -
YUV 61.33 172.96 91.39 -
System Red Green Blue C M Y K H S L
Decimal 10 72 141 0.93 0.49 0 0.45 211.6 0.87 0.3
Hex A 48 8D 5D 31 0 2D D4 57 1E
Octal 12 110 215 135 61 0 55 324 127 36
Binary 1010 1001000 10001101 1011101 110001 0 101101 11010100 1010111 11110

Color Harmonies of #0A488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A488D

Black with #0A488D

Text Example


Text Example

White with #0A488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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