Html Css Color HEX #10347C Dark Cerulean

📋 copy color: '#10347C'

red 16 ◦ green 52 ◦ blue 124

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

Shades of Dark Cerulean #10347C

Tints of Dark Cerulean #10347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.08%

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

R = 8.33%
G = 27.08%
B = 64.58%

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

#10347C (or 0x10347C) is known color: Dark Cerulean. HEX triplet: 10, 34 and 7C. RGB value is (16,52,124). Sum of RGB (Red+Green+Blue) = 16+52+124=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 124 (48.83% from 255 or 64.58% from 192); Max value from RGB is 124 - color contains mainly: blue. Hex color #10347C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10347C is #EFCB83. Grayscale: #313131. Windows color (decimal): -15715204 or 8139792. OLE color: 8139792.

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

Color convert

RGB 16 52 124 -
CMYK 0.87 0.58 0 0.51
HSL 220º 0.77% 0.27% -
HSV(B) 220º 0.87% 0.49% -
XYZ 5.08 4.02 19.58 -
YUV 49.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 16 52 124 0.87 0.58 0 0.51 220 0.77 0.27
Hex 10 34 7C 57 3A 0 33 DC 4D 1B
Octal 20 64 174 127 72 0 63 334 115 33
Binary 10000 110100 1111100 1010111 111010 0 110011 11011100 1001101 11011

Color Harmonies of #10347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10347C

Black with #10347C

Text Example


Text Example

White with #10347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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