Html Css Color HEX #203B4D Nile Blue

📋 copy color: '#203B4D'

red 32 ◦ green 59 ◦ blue 77

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

Shades of Nile Blue #203B4D

Tints of Nile Blue #203B4D

RGB

 RED value IS 32 (12.89% from 255) = 19.05%

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

 BLUE value IS 77 (30.47% from 255) = 45.83%

R = 19.05%
G = 35.12%
B = 45.83%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#203B4D (or 0x203B4D) is known color: Nile Blue. HEX triplet: 20, 3B and 4D. RGB value is (32,59,77). Sum of RGB (Red+Green+Blue) = 32+59+77=168 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.05% from 168); Green value is 59 (23.44% from 255 or 35.12% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 77 - color contains mainly: blue. Hex color #203B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #203B4D is #DFC4B2. Grayscale: #343434. Windows color (decimal): -14664883 or 5061408. OLE color: 5061408.

HSL color Cylindrical-coordinate representation of color #203B4D: hue angle of 204º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #203B4D is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 59 77 -
CMYK 0.58 0.23 0 0.70
HSL 204º 0.41% 0.21% -
HSV(B) 204º 0.58% 0.3% -
XYZ 3.5 3.97 7.6 -
YUV 52.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 32 59 77 0.58 0.23 0 0.70 204 0.41 0.21
Hex 20 3B 4D 3A 17 0 46 CC 29 15
Octal 40 73 115 72 27 0 106 314 51 25
Binary 100000 111011 1001101 111010 10111 0 1000110 11001100 101001 10101

Color Harmonies of #203B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203B4D

Black with #203B4D

Text Example


Text Example

White with #203B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203B4D; }

 p { color: rgb(32,59,77); }

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

background-color css

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

 a { background-color: rgb(32,59,77); }

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

border-color css

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

 span { border-color: rgb(32,59,77); }

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