Html Css Color HEX #1D618A Bahama Blue

📋 copy color: '#1D618A'

red 29 ◦ green 97 ◦ blue 138

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

Shades of Bahama Blue #1D618A

Tints of Bahama Blue #1D618A

RGB

 RED value IS 29 (11.72% from 255) = 10.98%

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 138 (54.3% from 255) = 52.27%

R = 10.98%
G = 36.74%
B = 52.27%

CMYK

 C value IS 0.79

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D618A (or 0x1D618A) is known color: Bahama Blue. HEX triplet: 1D, 61 and 8A. RGB value is (29,97,138). Sum of RGB (Red+Green+Blue) = 29+97+138=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D618A is #E29E75. Grayscale: #515151. Windows color (decimal): -14851702 or 9068829. OLE color: 9068829.

HSL color Cylindrical-coordinate representation of color #1D618A: hue angle of 202.57º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D618A is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 97 138 -
CMYK 0.79 0.30 0 0.46
HSL 202.57º 0.65% 0.33% -
HSV(B) 202.57º 0.79% 0.54% -
XYZ 9.37 10.65 25.61 -
YUV 81.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 29 97 138 0.79 0.30 0 0.46 202.57 0.65 0.33
Hex 1D 61 8A 4F 1E 0 2E CB 41 21
Octal 35 141 212 117 36 0 56 313 101 41
Binary 11101 1100001 10001010 1001111 11110 0 101110 11001011 1000001 100001

Color Harmonies of #1D618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D618A

Black with #1D618A

Text Example


Text Example

White with #1D618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D618A; }

 p { color: rgb(29,97,138); }

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

background-color css

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

 a { background-color: rgb(29,97,138); }

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

border-color css

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

 span { border-color: rgb(29,97,138); }

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