Html Css Color HEX #0A557C Dark Cerulean

📋 copy color: '#0A557C'

red 10 ◦ green 85 ◦ blue 124

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

Shades of Dark Cerulean #0A557C

Tints of Dark Cerulean #0A557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 4.57%
G = 38.81%
B = 56.62%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0A557C (or 0x0A557C) is known color: Dark Cerulean. HEX triplet: 0A, 55 and 7C. RGB value is (10,85,124). Sum of RGB (Red+Green+Blue) = 10+85+124=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #0A557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A557C is #F5AA83. Grayscale: #424242. Windows color (decimal): -16099972 or 8148234. OLE color: 8148234.

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

Color convert

RGB 10 85 124 -
CMYK 0.92 0.31 0 0.51
HSL 200.53º 0.85% 0.26% -
HSV(B) 200.53º 0.92% 0.49% -
XYZ 7.01 8.02 20.25 -
YUV 67.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 10 85 124 0.92 0.31 0 0.51 200.53 0.85 0.26
Hex A 55 7C 5C 1F 0 33 C9 55 1A
Octal 12 125 174 134 37 0 63 311 125 32
Binary 1010 1010101 1111100 1011100 11111 0 110011 11001001 1010101 11010

Color Harmonies of #0A557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A557C

Black with #0A557C

Text Example


Text Example

White with #0A557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,85,124); }

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

background-color css

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

 a { background-color: rgb(10,85,124); }

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

border-color css

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

 span { border-color: rgb(10,85,124); }

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