Html Css Color HEX #10397C Dark Cerulean

📋 copy color: '#10397C'

red 16 ◦ green 57 ◦ blue 124

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

Shades of Dark Cerulean #10397C

Tints of Dark Cerulean #10397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

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

R = 8.12%
G = 28.93%
B = 62.94%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10397C (or 0x10397C) is known color: Dark Cerulean. HEX triplet: 10, 39 and 7C. RGB value is (16,57,124). Sum of RGB (Red+Green+Blue) = 16+57+124=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #10397C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10397C is #EFC683. Grayscale: #343434. Windows color (decimal): -15713924 or 8141072. OLE color: 8141072.

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

Color convert

RGB 16 57 124 -
CMYK 0.87 0.54 0 0.51
HSL 217.22º 0.77% 0.27% -
HSV(B) 217.22º 0.87% 0.49% -
XYZ 5.31 4.49 19.66 -
YUV 52.38 168.42 102.05 -
System Red Green Blue C M Y K H S L
Decimal 16 57 124 0.87 0.54 0 0.51 217.22 0.77 0.27
Hex 10 39 7C 57 36 0 33 D9 4D 1B
Octal 20 71 174 127 66 0 63 331 115 33
Binary 10000 111001 1111100 1010111 110110 0 110011 11011001 1001101 11011

Color Harmonies of #10397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10397C

Black with #10397C

Text Example


Text Example

White with #10397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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