Html Css Color HEX #0F698A Allports

📋 copy color: '#0F698A'

red 15 ◦ green 105 ◦ blue 138

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

Shades of Allports #0F698A

Tints of Allports #0F698A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

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

R = 5.81%
G = 40.7%
B = 53.49%

CMYK

 C value IS 0.89

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F698A (or 0x0F698A) is known color: Allports. HEX triplet: 0F, 69 and 8A. RGB value is (15,105,138). Sum of RGB (Red+Green+Blue) = 15+105+138=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F698A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F698A is #F09675. Grayscale: #515151. Windows color (decimal): -15767158 or 9070863. OLE color: 9070863.

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

Color convert

RGB 15 105 138 -
CMYK 0.89 0.24 0 0.46
HSL 196.1º 0.8% 0.3% -
HSV(B) 196.1º 0.89% 0.54% -
XYZ 9.84 12.04 25.85 -
YUV 81.85 159.68 80.32 -
System Red Green Blue C M Y K H S L
Decimal 15 105 138 0.89 0.24 0 0.46 196.1 0.8 0.3
Hex F 69 8A 59 18 0 2E C4 50 1E
Octal 17 151 212 131 30 0 56 304 120 36
Binary 1111 1101001 10001010 1011001 11000 0 101110 11000100 1010000 11110

Color Harmonies of #0F698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F698A

Black with #0F698A

Text Example


Text Example

White with #0F698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,105,138); }

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

background-color css

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

 a { background-color: rgb(15,105,138); }

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

border-color css

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

 span { border-color: rgb(15,105,138); }

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