Html Css Color HEX #0A527E Dark Cerulean

📋 copy color: '#0A527E'

red 10 ◦ green 82 ◦ blue 126

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

Shades of Dark Cerulean #0A527E

Tints of Dark Cerulean #0A527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 57.8%

R = 4.59%
G = 37.61%
B = 57.8%

CMYK

 C value IS 0.92

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A527E (or 0x0A527E) is known color: Dark Cerulean. HEX triplet: 0A, 52 and 7E. RGB value is (10,82,126). Sum of RGB (Red+Green+Blue) = 10+82+126=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 82 (32.42% from 255 or 37.61% from 218); Blue value is 126 (49.61% from 255 or 57.80% from 218); Max value from RGB is 126 - color contains mainly: blue. Hex color #0A527E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A527E is #F5AD81. Grayscale: #414141. Windows color (decimal): -16100738 or 8278538. OLE color: 8278538.

HSL color Cylindrical-coordinate representation of color #0A527E: hue angle of 202.76º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A527E is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 82 126 -
CMYK 0.92 0.35 0 0.51
HSL 202.76º 0.85% 0.27% -
HSV(B) 202.76º 0.92% 0.49% -
XYZ 6.91 7.61 20.84 -
YUV 65.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 10 82 126 0.92 0.35 0 0.51 202.76 0.85 0.27
Hex A 52 7E 5C 23 0 33 CB 55 1B
Octal 12 122 176 134 43 0 63 313 125 33
Binary 1010 1010010 1111110 1011100 100011 0 110011 11001011 1010101 11011

Color Harmonies of #0A527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A527E

Black with #0A527E

Text Example


Text Example

White with #0A527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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