Html Css Color HEX #164383 Dark Cerulean

📋 copy color: '#164383'

red 22 ◦ green 67 ◦ blue 131

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

Shades of Dark Cerulean #164383

Tints of Dark Cerulean #164383

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.45%

 BLUE value IS 131 (51.56% from 255) = 59.55%

R = 10%
G = 30.45%
B = 59.55%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#164383 (or 0x164383) is known color: Dark Cerulean. HEX triplet: 16, 43 and 83. RGB value is (22,67,131). Sum of RGB (Red+Green+Blue) = 22+67+131=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 131 (51.56% from 255 or 59.55% from 220); Max value from RGB is 131 - color contains mainly: blue. Hex color #164383 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164383 is #E9BC7C. Grayscale: #3C3C3C. Windows color (decimal): -15318141 or 8602390. OLE color: 8602390.

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

Color convert

RGB 22 67 131 -
CMYK 0.83 0.49 0 0.49
HSL 215.23º 0.71% 0.3% -
HSV(B) 215.23º 0.83% 0.51% -
XYZ 6.43 5.82 22.26 -
YUV 60.84 167.59 100.3 -
System Red Green Blue C M Y K H S L
Decimal 22 67 131 0.83 0.49 0 0.49 215.23 0.71 0.3
Hex 16 43 83 53 31 0 31 D7 47 1E
Octal 26 103 203 123 61 0 61 327 107 36
Binary 10110 1000011 10000011 1010011 110001 0 110001 11010111 1000111 11110

Color Harmonies of #164383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164383

Black with #164383

Text Example


Text Example

White with #164383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164383; }

 p { color: rgb(22,67,131); }

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

background-color css

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

 a { background-color: rgb(22,67,131); }

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

border-color css

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

 span { border-color: rgb(22,67,131); }

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