Html Css Color HEX #10567F Dark Cerulean

📋 copy color: '#10567F'

red 16 ◦ green 86 ◦ blue 127

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

Shades of Dark Cerulean #10567F

Tints of Dark Cerulean #10567F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.55%

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

R = 6.99%
G = 37.55%
B = 55.46%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10567F (or 0x10567F) is known color: Dark Cerulean. HEX triplet: 10, 56 and 7F. RGB value is (16,86,127). Sum of RGB (Red+Green+Blue) = 16+86+127=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #10567F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10567F is #EFA980. Grayscale: #454545. Windows color (decimal): -15706497 or 8345104. OLE color: 8345104.

HSL color Cylindrical-coordinate representation of color #10567F: hue angle of 202.16º 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 #10567F is Cyan = 0.87, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 86 127 -
CMYK 0.87 0.32 0 0.50
HSL 202.16º 0.78% 0.28% -
HSV(B) 202.16º 0.87% 0.5% -
XYZ 7.37 8.3 21.29 -
YUV 69.74 160.31 89.67 -
System Red Green Blue C M Y K H S L
Decimal 16 86 127 0.87 0.32 0 0.50 202.16 0.78 0.28
Hex 10 56 7F 57 20 0 32 CA 4E 1C
Octal 20 126 177 127 40 0 62 312 116 34
Binary 10000 1010110 1111111 1010111 100000 0 110010 11001010 1001110 11100

Color Harmonies of #10567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10567F

Black with #10567F

Text Example


Text Example

White with #10567F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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