Html Css Color HEX #10347F Dark Cerulean

📋 copy color: '#10347F'

red 16 ◦ green 52 ◦ blue 127

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

Shades of Dark Cerulean #10347F

Tints of Dark Cerulean #10347F

RGB

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

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

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

R = 8.21%
G = 26.67%
B = 65.13%

CMYK

 C value IS 0.87

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#10347F (or 0x10347F) is known color: Dark Cerulean. HEX triplet: 10, 34 and 7F. RGB value is (16,52,127). Sum of RGB (Red+Green+Blue) = 16+52+127=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 127 (50% from 255 or 65.13% from 195); Max value from RGB is 127 - color contains mainly: blue. Hex color #10347F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10347F is #EFCB80. Grayscale: #313131. Windows color (decimal): -15715201 or 8336400. OLE color: 8336400.

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

Color convert

RGB 16 52 127 -
CMYK 0.87 0.59 0 0.50
HSL 220.54º 0.78% 0.28% -
HSV(B) 220.54º 0.87% 0.5% -
XYZ 5.27 4.1 20.59 -
YUV 49.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 16 52 127 0.87 0.59 0 0.50 220.54 0.78 0.28
Hex 10 34 7F 57 3B 0 32 DD 4E 1C
Octal 20 64 177 127 73 0 62 335 116 34
Binary 10000 110100 1111111 1010111 111011 0 110010 11011101 1001110 11100

Color Harmonies of #10347F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10347F

Black with #10347F

Text Example


Text Example

White with #10347F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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