Html Css Color HEX #263F4F Nile Blue

📋 copy color: '#263F4F'

red 38 ◦ green 63 ◦ blue 79

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

Shades of Nile Blue #263F4F

Tints of Nile Blue #263F4F

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

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

R = 21.11%
G = 35%
B = 43.89%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#263F4F (or 0x263F4F) is known color: Nile Blue. HEX triplet: 26, 3F and 4F. RGB value is (38,63,79). Sum of RGB (Red+Green+Blue) = 38+63+79=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #263F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F4F is #D9C0B0. Grayscale: #393939. Windows color (decimal): -14270641 or 5193510. OLE color: 5193510.

HSL color Cylindrical-coordinate representation of color #263F4F: hue angle of 203.41º 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 #263F4F is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 38 63 79 -
CMYK 0.52 0.20 0 0.69
HSL 203.41º 0.35% 0.23% -
HSV(B) 203.41º 0.52% 0.31% -
XYZ 3.99 4.53 8.06 -
YUV 57.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 38 63 79 0.52 0.20 0 0.69 203.41 0.35 0.23
Hex 26 3F 4F 34 14 0 45 CB 23 17
Octal 46 77 117 64 24 0 105 313 43 27
Binary 100110 111111 1001111 110100 10100 0 1000101 11001011 100011 10111

Color Harmonies of #263F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F4F

Black with #263F4F

Text Example


Text Example

White with #263F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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