Html Css Color HEX #0F6794 Allports

📋 copy color: '#0F6794'

red 15 ◦ green 103 ◦ blue 148

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

Shades of Allports #0F6794

Tints of Allports #0F6794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 5.64%
G = 38.72%
B = 55.64%

CMYK

 C value IS 0.90

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F6794 (or 0x0F6794) is known color: Allports. HEX triplet: 0F, 67 and 94. RGB value is (15,103,148). Sum of RGB (Red+Green+Blue) = 15+103+148=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #0F6794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6794 is #F0986B. Grayscale: #515151. Windows color (decimal): -15767660 or 9725711. OLE color: 9725711.

HSL color Cylindrical-coordinate representation of color #0F6794: hue angle of 200.3º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F6794 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 103 148 -
CMYK 0.90 0.30 0 0.42
HSL 200.3º 0.82% 0.32% -
HSV(B) 200.3º 0.9% 0.58% -
XYZ 10.39 11.94 29.77 -
YUV 81.82 165.35 80.34 -
System Red Green Blue C M Y K H S L
Decimal 15 103 148 0.90 0.30 0 0.42 200.3 0.82 0.32
Hex F 67 94 5A 1E 0 2A C8 52 20
Octal 17 147 224 132 36 0 52 310 122 40
Binary 1111 1100111 10010100 1011010 11110 0 101010 11001000 1010010 100000

Color Harmonies of #0F6794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6794

Black with #0F6794

Text Example


Text Example

White with #0F6794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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