Html Css Color HEX #10357F Dark Cerulean

📋 copy color: '#10357F'

red 16 ◦ green 53 ◦ blue 127

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

Shades of Dark Cerulean #10357F

Tints of Dark Cerulean #10357F

RGB

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

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

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

R = 8.16%
G = 27.04%
B = 64.8%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10357F (or 0x10357F) is known color: Dark Cerulean. HEX triplet: 10, 35 and 7F. RGB value is (16,53,127). Sum of RGB (Red+Green+Blue) = 16+53+127=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 127 (50% from 255 or 64.80% from 196); Max value from RGB is 127 - color contains mainly: blue. Hex color #10357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10357F is #EFCA80. Grayscale: #323232. Windows color (decimal): -15714945 or 8336656. OLE color: 8336656.

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

Color convert

RGB 16 53 127 -
CMYK 0.87 0.58 0 0.50
HSL 220º 0.78% 0.28% -
HSV(B) 220º 0.87% 0.5% -
XYZ 5.32 4.19 20.61 -
YUV 50.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 16 53 127 0.87 0.58 0 0.50 220 0.78 0.28
Hex 10 35 7F 57 3A 0 32 DC 4E 1C
Octal 20 65 177 127 72 0 62 334 116 34
Binary 10000 110101 1111111 1010111 111010 0 110010 11011100 1001110 11100

Color Harmonies of #10357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10357F

Black with #10357F

Text Example


Text Example

White with #10357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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