Html Css Color HEX #0F6288 Allports

📋 copy color: '#0F6288'

red 15 ◦ green 98 ◦ blue 136

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

Shades of Allports #0F6288

Tints of Allports #0F6288

RGB

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

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

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

R = 6.02%
G = 39.36%
B = 54.62%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F6288 (or 0x0F6288) is known color: Allports. HEX triplet: 0F, 62 and 88. RGB value is (15,98,136). Sum of RGB (Red+Green+Blue) = 15+98+136=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F6288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6288 is #F09D77. Grayscale: #4D4D4D. Windows color (decimal): -15768952 or 8937999. OLE color: 8937999.

HSL color Cylindrical-coordinate representation of color #0F6288: hue angle of 198.84º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F6288 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 98 136 -
CMYK 0.89 0.28 0 0.47
HSL 198.84º 0.8% 0.3% -
HSV(B) 198.84º 0.89% 0.53% -
XYZ 9.01 10.61 24.87 -
YUV 77.52 161 83.41 -
System Red Green Blue C M Y K H S L
Decimal 15 98 136 0.89 0.28 0 0.47 198.84 0.8 0.3
Hex F 62 88 59 1C 0 2F C7 50 1E
Octal 17 142 210 131 34 0 57 307 120 36
Binary 1111 1100010 10001000 1011001 11100 0 101111 11000111 1010000 11110

Color Harmonies of #0F6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6288

Black with #0F6288

Text Example


Text Example

White with #0F6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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