Html Css Color HEX #163C7E Dark Cerulean

📋 copy color: '#163C7E'

red 22 ◦ green 60 ◦ blue 126

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

Shades of Dark Cerulean #163C7E

Tints of Dark Cerulean #163C7E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.85%

 BLUE value IS 126 (49.61% from 255) = 60.58%

R = 10.58%
G = 28.85%
B = 60.58%

CMYK

 C value IS 0.83

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#163C7E (or 0x163C7E) is known color: Dark Cerulean. HEX triplet: 16, 3C and 7E. RGB value is (22,60,126). Sum of RGB (Red+Green+Blue) = 22+60+126=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #163C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C7E is #E9C381. Grayscale: #373737. Windows color (decimal): -15319938 or 8272918. OLE color: 8272918.

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

Color convert

RGB 22 60 126 -
CMYK 0.83 0.52 0 0.51
HSL 218.08º 0.7% 0.29% -
HSV(B) 218.08º 0.83% 0.49% -
XYZ 5.71 4.91 20.39 -
YUV 56.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 22 60 126 0.83 0.52 0 0.51 218.08 0.7 0.29
Hex 16 3C 7E 53 34 0 33 DA 46 1D
Octal 26 74 176 123 64 0 63 332 106 35
Binary 10110 111100 1111110 1010011 110100 0 110011 11011010 1000110 11101

Color Harmonies of #163C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C7E

Black with #163C7E

Text Example


Text Example

White with #163C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163C7E; }

 p { color: rgb(22,60,126); }

 H1.HeaderClassName
 {
   color: #163C7E;
 }
 .AnyTagClassName
 {
   color: #163C7E;
 }
</style>

background-color css

<style>
 a { background-color: #163C7E; }

 a { background-color: rgb(22,60,126); }

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

border-color css

<style>
 span { border-color: #163C7E; }

 span { border-color: rgb(22,60,126); }

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