Html Css Color HEX #163B7E Dark Cerulean

📋 copy color: '#163B7E'

red 22 ◦ green 59 ◦ blue 126

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

Shades of Dark Cerulean #163B7E

Tints of Dark Cerulean #163B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.5%

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

R = 10.63%
G = 28.5%
B = 60.87%

CMYK

 C value IS 0.83

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#163B7E (or 0x163B7E) is known color: Dark Cerulean. HEX triplet: 16, 3B and 7E. RGB value is (22,59,126). Sum of RGB (Red+Green+Blue) = 22+59+126=207 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.63% from 207); Green value is 59 (23.44% from 255 or 28.50% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #163B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B7E is #E9C481. Grayscale: #373737. Windows color (decimal): -15320194 or 8272662. OLE color: 8272662.

HSL color Cylindrical-coordinate representation of color #163B7E: hue angle of 218.65º 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 #163B7E is Cyan = 0.83, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 59 126 -
CMYK 0.83 0.53 0 0.51
HSL 218.65º 0.7% 0.29% -
HSV(B) 218.65º 0.83% 0.49% -
XYZ 5.66 4.8 20.37 -
YUV 55.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 22 59 126 0.83 0.53 0 0.51 218.65 0.7 0.29
Hex 16 3B 7E 53 35 0 33 DB 46 1D
Octal 26 73 176 123 65 0 63 333 106 35
Binary 10110 111011 1111110 1010011 110101 0 110011 11011011 1000110 11101

Color Harmonies of #163B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B7E

Black with #163B7E

Text Example


Text Example

White with #163B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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