Html Css Color HEX #0A488F Dark Cerulean

📋 copy color: '#0A488F'

red 10 ◦ green 72 ◦ blue 143

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

Shades of Dark Cerulean #0A488F

Tints of Dark Cerulean #0A488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.56%

R = 4.44%
G = 32%
B = 63.56%

CMYK

 C value IS 0.93

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0A488F (or 0x0A488F) is known color: Dark Cerulean. HEX triplet: 0A, 48 and 8F. RGB value is (10,72,143). Sum of RGB (Red+Green+Blue) = 10+72+143=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #0A488F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A488F is #F5B770. Grayscale: #3D3D3D. Windows color (decimal): -16103281 or 9390090. OLE color: 9390090.

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

Color convert

RGB 10 72 143 -
CMYK 0.93 0.50 0 0.44
HSL 212.03º 0.87% 0.3% -
HSV(B) 212.03º 0.93% 0.56% -
XYZ 7.4 6.68 26.89 -
YUV 61.56 173.96 91.23 -
System Red Green Blue C M Y K H S L
Decimal 10 72 143 0.93 0.50 0 0.44 212.03 0.87 0.3
Hex A 48 8F 5D 32 0 2C D4 57 1E
Octal 12 110 217 135 62 0 54 324 127 36
Binary 1010 1001000 10001111 1011101 110010 0 101100 11010100 1010111 11110

Color Harmonies of #0A488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A488F

Black with #0A488F

Text Example


Text Example

White with #0A488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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