Html Css Color HEX #0A528D Dark Cerulean

📋 copy color: '#0A528D'

red 10 ◦ green 82 ◦ blue 141

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

Shades of Dark Cerulean #0A528D

Tints of Dark Cerulean #0A528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 4.29%
G = 35.19%
B = 60.52%

CMYK

 C value IS 0.93

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0A528D (or 0x0A528D) is known color: Dark Cerulean. HEX triplet: 0A, 52 and 8D. RGB value is (10,82,141). Sum of RGB (Red+Green+Blue) = 10+82+141=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #0A528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A528D is #F5AD72. Grayscale: #424242. Windows color (decimal): -16100723 or 9261578. OLE color: 9261578.

HSL color Cylindrical-coordinate representation of color #0A528D: hue angle of 207.02º 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 #0A528D is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 10 82 141 -
CMYK 0.93 0.42 0 0.45
HSL 207.02º 0.87% 0.3% -
HSV(B) 207.02º 0.93% 0.55% -
XYZ 7.95 8.02 26.33 -
YUV 67.2 169.65 87.2 -
System Red Green Blue C M Y K H S L
Decimal 10 82 141 0.93 0.42 0 0.45 207.02 0.87 0.3
Hex A 52 8D 5D 2A 0 2D CF 57 1E
Octal 12 122 215 135 52 0 55 317 127 36
Binary 1010 1010010 10001101 1011101 101010 0 101101 11001111 1010111 11110

Color Harmonies of #0A528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A528D

Black with #0A528D

Text Example


Text Example

White with #0A528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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