Html Css Color HEX #0F678A Allports

📋 copy color: '#0F678A'

red 15 ◦ green 103 ◦ blue 138

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

Shades of Allports #0F678A

Tints of Allports #0F678A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 5.86%
G = 40.23%
B = 53.91%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0F678A (or 0x0F678A) is known color: Allports. HEX triplet: 0F, 67 and 8A. RGB value is (15,103,138). Sum of RGB (Red+Green+Blue) = 15+103+138=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #0F678A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F678A is #F09875. Grayscale: #505050. Windows color (decimal): -15767670 or 9070351. OLE color: 9070351.

HSL color Cylindrical-coordinate representation of color #0F678A: hue angle of 197.07º 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 #0F678A is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 15 103 138 -
CMYK 0.89 0.25 0 0.46
HSL 197.07º 0.8% 0.3% -
HSV(B) 197.07º 0.89% 0.54% -
XYZ 9.63 11.64 25.78 -
YUV 80.68 160.35 81.15 -
System Red Green Blue C M Y K H S L
Decimal 15 103 138 0.89 0.25 0 0.46 197.07 0.8 0.3
Hex F 67 8A 59 19 0 2E C5 50 1E
Octal 17 147 212 131 31 0 56 305 120 36
Binary 1111 1100111 10001010 1011001 11001 0 101110 11000101 1010000 11110

Color Harmonies of #0F678A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F678A

Black with #0F678A

Text Example


Text Example

White with #0F678A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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