Html Css Color HEX #0F6292 Bahama Blue

📋 copy color: '#0F6292'

red 15 ◦ green 98 ◦ blue 146

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

Shades of Bahama Blue #0F6292

Tints of Bahama Blue #0F6292

RGB

 RED value IS 15 (6.25% from 255) = 5.79%

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 5.79%
G = 37.84%
B = 56.37%

CMYK

 C value IS 0.90

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0F6292 (or 0x0F6292) is known color: Bahama Blue. HEX triplet: 0F, 62 and 92. RGB value is (15,98,146). Sum of RGB (Red+Green+Blue) = 15+98+146=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #0F6292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6292 is #F09D6D. Grayscale: #4E4E4E. Windows color (decimal): -15768942 or 9593359. OLE color: 9593359.

HSL color Cylindrical-coordinate representation of color #0F6292: hue angle of 201.98º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6292 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 15 98 146 -
CMYK 0.90 0.33 0 0.43
HSL 201.98º 0.81% 0.32% -
HSV(B) 201.98º 0.9% 0.57% -
XYZ 9.75 10.91 28.79 -
YUV 78.66 166 82.6 -
System Red Green Blue C M Y K H S L
Decimal 15 98 146 0.90 0.33 0 0.43 201.98 0.81 0.32
Hex F 62 92 5A 21 0 2B CA 51 20
Octal 17 142 222 132 41 0 53 312 121 40
Binary 1111 1100010 10010010 1011010 100001 0 101011 11001010 1010001 100000

Color Harmonies of #0F6292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6292

Black with #0F6292

Text Example


Text Example

White with #0F6292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,146); }

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

background-color css

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

 a { background-color: rgb(15,98,146); }

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

border-color css

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

 span { border-color: rgb(15,98,146); }

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