Html Css Color HEX #13628E Bahama Blue

📋 copy color: '#13628E'

red 19 ◦ green 98 ◦ blue 142

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

Shades of Bahama Blue #13628E

Tints of Bahama Blue #13628E

RGB

 RED value IS 19 (7.81% from 255) = 7.34%

 GREEN value IS 98 (38.67% from 255) = 37.84%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 7.34%
G = 37.84%
B = 54.83%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#13628E (or 0x13628E) is known color: Bahama Blue. HEX triplet: 13, 62 and 8E. RGB value is (19,98,142). Sum of RGB (Red+Green+Blue) = 19+98+142=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #13628E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13628E is #EC9D71. Grayscale: #4F4F4F. Windows color (decimal): -15506802 or 9331219. OLE color: 9331219.

HSL color Cylindrical-coordinate representation of color #13628E: hue angle of 201.46º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #13628E is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 98 142 -
CMYK 0.87 0.31 0 0.44
HSL 201.46º 0.76% 0.32% -
HSV(B) 201.46º 0.87% 0.56% -
XYZ 9.52 10.83 27.18 -
YUV 79.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 19 98 142 0.87 0.31 0 0.44 201.46 0.76 0.32
Hex 13 62 8E 57 1F 0 2C C9 4C 20
Octal 23 142 216 127 37 0 54 311 114 40
Binary 10011 1100010 10001110 1010111 11111 0 101100 11001001 1001100 100000

Color Harmonies of #13628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13628E

Black with #13628E

Text Example


Text Example

White with #13628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13628E; }

 p { color: rgb(19,98,142); }

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

background-color css

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

 a { background-color: rgb(19,98,142); }

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

border-color css

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

 span { border-color: rgb(19,98,142); }

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