Html Css Color HEX #10527F Dark Cerulean

📋 copy color: '#10527F'

red 16 ◦ green 82 ◦ blue 127

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

Shades of Dark Cerulean #10527F

Tints of Dark Cerulean #10527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.44%

R = 7.11%
G = 36.44%
B = 56.44%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10527F (or 0x10527F) is known color: Dark Cerulean. HEX triplet: 10, 52 and 7F. RGB value is (16,82,127). Sum of RGB (Red+Green+Blue) = 16+82+127=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #10527F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10527F is #EFAD80. Grayscale: #434343. Windows color (decimal): -15707521 or 8344080. OLE color: 8344080.

HSL color Cylindrical-coordinate representation of color #10527F: hue angle of 204.32º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10527F is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 82 127 -
CMYK 0.87 0.35 0 0.50
HSL 204.32º 0.78% 0.28% -
HSV(B) 204.32º 0.87% 0.5% -
XYZ 7.06 7.68 21.19 -
YUV 67.4 161.63 91.34 -
System Red Green Blue C M Y K H S L
Decimal 16 82 127 0.87 0.35 0 0.50 204.32 0.78 0.28
Hex 10 52 7F 57 23 0 32 CC 4E 1C
Octal 20 122 177 127 43 0 62 314 116 34
Binary 10000 1010010 1111111 1010111 100011 0 110010 11001100 1001110 11100

Color Harmonies of #10527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10527F

Black with #10527F

Text Example


Text Example

White with #10527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10527F; }

 p { color: rgb(16,82,127); }

 H1.HeaderClassName
 {
   color: #10527F;
 }
 .AnyTagClassName
 {
   color: #10527F;
 }
</style>

background-color css

<style>
 a { background-color: #10527F; }

 a { background-color: rgb(16,82,127); }

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

border-color css

<style>
 span { border-color: #10527F; }

 span { border-color: rgb(16,82,127); }

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