Html Css Color HEX #0A518A Dark Cerulean

📋 copy color: '#0A518A'

red 10 ◦ green 81 ◦ blue 138

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

Shades of Dark Cerulean #0A518A

Tints of Dark Cerulean #0A518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.37%

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

R = 4.37%
G = 35.37%
B = 60.26%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0A518A (or 0x0A518A) is known color: Dark Cerulean. HEX triplet: 0A, 51 and 8A. RGB value is (10,81,138). Sum of RGB (Red+Green+Blue) = 10+81+138=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #0A518A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A518A is #F5AE75. Grayscale: #414141. Windows color (decimal): -16100982 or 9064714. OLE color: 9064714.

HSL color Cylindrical-coordinate representation of color #0A518A: hue angle of 206.72º degrees, saturation: 0.86, 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 #0A518A is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 10 81 138 -
CMYK 0.93 0.41 0 0.46
HSL 206.72º 0.86% 0.29% -
HSV(B) 206.72º 0.93% 0.54% -
XYZ 7.66 7.78 25.14 -
YUV 66.27 168.48 87.87 -
System Red Green Blue C M Y K H S L
Decimal 10 81 138 0.93 0.41 0 0.46 206.72 0.86 0.29
Hex A 51 8A 5D 29 0 2E CF 56 1D
Octal 12 121 212 135 51 0 56 317 126 35
Binary 1010 1010001 10001010 1011101 101001 0 101110 11001111 1010110 11101

Color Harmonies of #0A518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A518A

Black with #0A518A

Text Example


Text Example

White with #0A518A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,81,138); }

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

background-color css

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

 a { background-color: rgb(10,81,138); }

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

border-color css

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

 span { border-color: rgb(10,81,138); }

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