Html Css Color HEX #10357D Dark Cerulean

📋 copy color: '#10357D'

red 16 ◦ green 53 ◦ blue 125

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

Shades of Dark Cerulean #10357D

Tints of Dark Cerulean #10357D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

 BLUE value IS 125 (49.22% from 255) = 64.43%

R = 8.25%
G = 27.32%
B = 64.43%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10357D (or 0x10357D) is known color: Dark Cerulean. HEX triplet: 10, 35 and 7D. RGB value is (16,53,125). Sum of RGB (Red+Green+Blue) = 16+53+125=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 125 (49.22% from 255 or 64.43% from 194); Max value from RGB is 125 - color contains mainly: blue. Hex color #10357D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10357D is #EFCA82. Grayscale: #313131. Windows color (decimal): -15714947 or 8205584. OLE color: 8205584.

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

Color convert

RGB 16 53 125 -
CMYK 0.87 0.58 0 0.51
HSL 219.63º 0.77% 0.28% -
HSV(B) 219.63º 0.87% 0.49% -
XYZ 5.19 4.14 19.93 -
YUV 50.15 170.24 103.65 -
System Red Green Blue C M Y K H S L
Decimal 16 53 125 0.87 0.58 0 0.51 219.63 0.77 0.28
Hex 10 35 7D 57 3A 0 33 DC 4D 1C
Octal 20 65 175 127 72 0 63 334 115 34
Binary 10000 110101 1111101 1010111 111010 0 110011 11011100 1001101 11100

Color Harmonies of #10357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10357D

Black with #10357D

Text Example


Text Example

White with #10357D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10357D; }

 p { color: rgb(16,53,125); }

 H1.HeaderClassName
 {
   color: #10357D;
 }
 .AnyTagClassName
 {
   color: #10357D;
 }
</style>

background-color css

<style>
 a { background-color: #10357D; }

 a { background-color: rgb(16,53,125); }

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

border-color css

<style>
 span { border-color: #10357D; }

 span { border-color: rgb(16,53,125); }

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