Html Css Color HEX #256081 Bahama Blue

📋 copy color: '#256081'

red 37 ◦ green 96 ◦ blue 129

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

Shades of Bahama Blue #256081

Tints of Bahama Blue #256081

RGB

 RED value IS 37 (14.84% from 255) = 14.12%

 GREEN value IS 96 (37.89% from 255) = 36.64%

 BLUE value IS 129 (50.78% from 255) = 49.24%

R = 14.12%
G = 36.64%
B = 49.24%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#256081 (or 0x256081) is known color: Bahama Blue. HEX triplet: 25, 60 and 81. RGB value is (37,96,129). Sum of RGB (Red+Green+Blue) = 37+96+129=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #256081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256081 is #DA9F7E. Grayscale: #515151. Windows color (decimal): -14327679 or 8478757. OLE color: 8478757.

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

Color convert

RGB 37 96 129 -
CMYK 0.71 0.26 0 0.49
HSL 201.52º 0.55% 0.33% -
HSV(B) 201.52º 0.71% 0.51% -
XYZ 8.91 10.34 22.3 -
YUV 82.12 154.45 95.82 -
System Red Green Blue C M Y K H S L
Decimal 37 96 129 0.71 0.26 0 0.49 201.52 0.55 0.33
Hex 25 60 81 47 1A 0 31 CA 37 21
Octal 45 140 201 107 32 0 61 312 67 41
Binary 100101 1100000 10000001 1000111 11010 0 110001 11001010 110111 100001

Color Harmonies of #256081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256081

Black with #256081

Text Example


Text Example

White with #256081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256081; }

 p { color: rgb(37,96,129); }

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

background-color css

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

 a { background-color: rgb(37,96,129); }

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

border-color css

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

 span { border-color: rgb(37,96,129); }

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