Html Css Color HEX #263B4F Nile Blue

📋 copy color: '#263B4F'

red 38 ◦ green 59 ◦ blue 79

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

Shades of Nile Blue #263B4F

Tints of Nile Blue #263B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 21.59%
G = 33.52%
B = 44.89%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#263B4F (or 0x263B4F) is known color: Nile Blue. HEX triplet: 26, 3B and 4F. RGB value is (38,59,79). Sum of RGB (Red+Green+Blue) = 38+59+79=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #263B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B4F is #D9C4B0. Grayscale: #363636. Windows color (decimal): -14271665 or 5192486. OLE color: 5192486.

HSL color Cylindrical-coordinate representation of color #263B4F: hue angle of 209.27º degrees, saturation: 0.35, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #263B4F is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 59 79 -
CMYK 0.52 0.25 0 0.69
HSL 209.27º 0.35% 0.23% -
HSV(B) 209.27º 0.52% 0.31% -
XYZ 3.77 4.1 7.99 -
YUV 55 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 38 59 79 0.52 0.25 0 0.69 209.27 0.35 0.23
Hex 26 3B 4F 34 19 0 45 D1 23 17
Octal 46 73 117 64 31 0 105 321 43 27
Binary 100110 111011 1001111 110100 11001 0 1000101 11010001 100011 10111

Color Harmonies of #263B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B4F

Black with #263B4F

Text Example


Text Example

White with #263B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263B4F; }

 p { color: rgb(38,59,79); }

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

background-color css

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

 a { background-color: rgb(38,59,79); }

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

border-color css

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

 span { border-color: rgb(38,59,79); }

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