Html Css Color HEX #16387C Dark Cerulean

📋 copy color: '#16387C'

red 22 ◦ green 56 ◦ blue 124

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

Shades of Dark Cerulean #16387C

Tints of Dark Cerulean #16387C

RGB

 RED value IS 22 (8.98% from 255) = 10.89%

 GREEN value IS 56 (22.27% from 255) = 27.72%

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

R = 10.89%
G = 27.72%
B = 61.39%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#16387C (or 0x16387C) is known color: Dark Cerulean. HEX triplet: 16, 38 and 7C. RGB value is (22,56,124). Sum of RGB (Red+Green+Blue) = 22+56+124=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #16387C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16387C is #E9C783. Grayscale: #353535. Windows color (decimal): -15320964 or 8140822. OLE color: 8140822.

HSL color Cylindrical-coordinate representation of color #16387C: hue angle of 220º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16387C is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 56 124 -
CMYK 0.82 0.55 0 0.51
HSL 220º 0.7% 0.29% -
HSV(B) 220º 0.82% 0.49% -
XYZ 5.38 4.45 19.64 -
YUV 53.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 22 56 124 0.82 0.55 0 0.51 220 0.7 0.29
Hex 16 38 7C 52 37 0 33 DC 46 1D
Octal 26 70 174 122 67 0 63 334 106 35
Binary 10110 111000 1111100 1010010 110111 0 110011 11011100 1000110 11101

Color Harmonies of #16387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16387C

Black with #16387C

Text Example


Text Example

White with #16387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,56,124); }

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

background-color css

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

 a { background-color: rgb(22,56,124); }

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

border-color css

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

 span { border-color: rgb(22,56,124); }

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