Html Css Color HEX #0F6695 Allports

📋 copy color: '#0F6695'

red 15 ◦ green 102 ◦ blue 149

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

Shades of Allports #0F6695

Tints of Allports #0F6695

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.35%

 BLUE value IS 149 (58.59% from 255) = 56.02%

R = 5.64%
G = 38.35%
B = 56.02%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0F6695 (or 0x0F6695) is known color: Allports. HEX triplet: 0F, 66 and 95. RGB value is (15,102,149). Sum of RGB (Red+Green+Blue) = 15+102+149=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #0F6695 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6695 is #F0996A. Grayscale: #515151. Windows color (decimal): -15767915 or 9790991. OLE color: 9790991.

HSL color Cylindrical-coordinate representation of color #0F6695: hue angle of 201.04º 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 #0F6695 is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 102 149 -
CMYK 0.90 0.32 0 0.42
HSL 201.04º 0.82% 0.32% -
HSV(B) 201.04º 0.9% 0.58% -
XYZ 10.37 11.77 30.16 -
YUV 81.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 15 102 149 0.90 0.32 0 0.42 201.04 0.82 0.32
Hex F 66 95 5A 20 0 2A C9 52 20
Octal 17 146 225 132 40 0 52 311 122 40
Binary 1111 1100110 10010101 1011010 100000 0 101010 11001001 1010010 100000

Color Harmonies of #0F6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6695

Black with #0F6695

Text Example


Text Example

White with #0F6695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,102,149); }

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

background-color css

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

 a { background-color: rgb(15,102,149); }

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

border-color css

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

 span { border-color: rgb(15,102,149); }

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