Html Css Color HEX #10557C Dark Cerulean

📋 copy color: '#10557C'

red 16 ◦ green 85 ◦ blue 124

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

Shades of Dark Cerulean #10557C

Tints of Dark Cerulean #10557C

RGB

 RED value IS 16 (6.64% from 255) = 7.11%

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

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

R = 7.11%
G = 37.78%
B = 55.11%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10557C (or 0x10557C) is known color: Dark Cerulean. HEX triplet: 10, 55 and 7C. RGB value is (16,85,124). Sum of RGB (Red+Green+Blue) = 16+85+124=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #10557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10557C is #EFAA83. Grayscale: #444444. Windows color (decimal): -15706756 or 8148240. OLE color: 8148240.

HSL color Cylindrical-coordinate representation of color #10557C: hue angle of 201.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10557C is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 85 124 -
CMYK 0.87 0.31 0 0.51
HSL 201.67º 0.77% 0.27% -
HSV(B) 201.67º 0.87% 0.49% -
XYZ 7.1 8.06 20.25 -
YUV 68.82 159.14 90.33 -
System Red Green Blue C M Y K H S L
Decimal 16 85 124 0.87 0.31 0 0.51 201.67 0.77 0.27
Hex 10 55 7C 57 1F 0 33 CA 4D 1B
Octal 20 125 174 127 37 0 63 312 115 33
Binary 10000 1010101 1111100 1010111 11111 0 110011 11001010 1001101 11011

Color Harmonies of #10557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10557C

Black with #10557C

Text Example


Text Example

White with #10557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10557C; }

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

 H1.HeaderClassName
 {
   color: #10557C;
 }
 .AnyTagClassName
 {
   color: #10557C;
 }
</style>

background-color css

<style>
 a { background-color: #10557C; }

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

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

border-color css

<style>
 span { border-color: #10557C; }

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

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