Html Css Color HEX #10347D Dark Cerulean

📋 copy color: '#10347D'

red 16 ◦ green 52 ◦ blue 125

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

Shades of Dark Cerulean #10347D

Tints of Dark Cerulean #10347D

RGB

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

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

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

R = 8.29%
G = 26.94%
B = 64.77%

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

#10347D (or 0x10347D) is known color: Dark Cerulean. HEX triplet: 10, 34 and 7D. RGB value is (16,52,125). Sum of RGB (Red+Green+Blue) = 16+52+125=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #10347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10347D is #EFCB82. Grayscale: #313131. Windows color (decimal): -15715203 or 8205328. OLE color: 8205328.

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

Color convert

RGB 16 52 125 -
CMYK 0.87 0.58 0 0.51
HSL 220.18º 0.77% 0.28% -
HSV(B) 220.18º 0.87% 0.49% -
XYZ 5.14 4.05 19.91 -
YUV 49.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 16 52 125 0.87 0.58 0 0.51 220.18 0.77 0.28
Hex 10 34 7D 57 3A 0 33 DC 4D 1C
Octal 20 64 175 127 72 0 63 334 115 34
Binary 10000 110100 1111101 1010111 111010 0 110011 11011100 1001101 11100

Color Harmonies of #10347D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10347D

Black with #10347D

Text Example


Text Example

White with #10347D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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