Html Css Color HEX #264151 Nile Blue

📋 copy color: '#264151'

red 38 ◦ green 65 ◦ blue 81

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

Shades of Nile Blue #264151

Tints of Nile Blue #264151

RGB

 RED value IS 38 (15.23% from 255) = 20.65%

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 81 (32.03% from 255) = 44.02%

R = 20.65%
G = 35.33%
B = 44.02%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#264151 (or 0x264151) is known color: Nile Blue. HEX triplet: 26, 41 and 51. RGB value is (38,65,81). Sum of RGB (Red+Green+Blue) = 38+65+81=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #264151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264151 is #D9BEAE. Grayscale: #3A3A3A. Windows color (decimal): -14270127 or 5325094. OLE color: 5325094.

HSL color Cylindrical-coordinate representation of color #264151: hue angle of 202.33º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #264151 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 65 81 -
CMYK 0.53 0.20 0 0.68
HSL 202.33º 0.36% 0.23% -
HSV(B) 202.33º 0.53% 0.32% -
XYZ 4.17 4.79 8.49 -
YUV 58.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 38 65 81 0.53 0.20 0 0.68 202.33 0.36 0.23
Hex 26 41 51 35 14 0 44 CA 24 17
Octal 46 101 121 65 24 0 104 312 44 27
Binary 100110 1000001 1010001 110101 10100 0 1000100 11001010 100100 10111

Color Harmonies of #264151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264151

Black with #264151

Text Example


Text Example

White with #264151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264151; }

 p { color: rgb(38,65,81); }

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

background-color css

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

 a { background-color: rgb(38,65,81); }

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

border-color css

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

 span { border-color: rgb(38,65,81); }

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