Html Css Color HEX #0C5C88 Bahama Blue

📋 copy color: '#0C5C88'

red 12 ◦ green 92 ◦ blue 136

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

Shades of Bahama Blue #0C5C88

Tints of Bahama Blue #0C5C88

RGB

 RED value IS 12 (5.08% from 255) = 5%

 GREEN value IS 92 (36.33% from 255) = 38.33%

 BLUE value IS 136 (53.52% from 255) = 56.67%

R = 5%
G = 38.33%
B = 56.67%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C5C88 (or 0x0C5C88) is known color: Bahama Blue. HEX triplet: 0C, 5C and 88. RGB value is (12,92,136). Sum of RGB (Red+Green+Blue) = 12+92+136=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C5C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5C88 is #F3A377. Grayscale: #484848. Windows color (decimal): -15967096 or 8936460. OLE color: 8936460.

HSL color Cylindrical-coordinate representation of color #0C5C88: hue angle of 201.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C5C88 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 92 136 -
CMYK 0.91 0.32 0 0.47
HSL 201.29º 0.84% 0.29% -
HSV(B) 201.29º 0.91% 0.53% -
XYZ 8.42 9.51 24.68 -
YUV 73.1 163.5 84.42 -
System Red Green Blue C M Y K H S L
Decimal 12 92 136 0.91 0.32 0 0.47 201.29 0.84 0.29
Hex C 5C 88 5B 20 0 2F C9 54 1D
Octal 14 134 210 133 40 0 57 311 124 35
Binary 1100 1011100 10001000 1011011 100000 0 101111 11001001 1010100 11101

Color Harmonies of #0C5C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5C88

Black with #0C5C88

Text Example


Text Example

White with #0C5C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C5C88; }

 p { color: rgb(12,92,136); }

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

background-color css

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

 a { background-color: rgb(12,92,136); }

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

border-color css

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

 span { border-color: rgb(12,92,136); }

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