Html Css Color HEX #0F609B Endeavour

📋 copy color: '#0F609B'

red 15 ◦ green 96 ◦ blue 155

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

Shades of Endeavour #0F609B

Tints of Endeavour #0F609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 5.64%
G = 36.09%
B = 58.27%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F609B (or 0x0F609B) is known color: Endeavour. HEX triplet: 0F, 60 and 9B. RGB value is (15,96,155). Sum of RGB (Red+Green+Blue) = 15+96+155=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F609B is #F09F64. Grayscale: #4E4E4E. Windows color (decimal): -15769445 or 10182671. OLE color: 10182671.

HSL color Cylindrical-coordinate representation of color #0F609B: hue angle of 205.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F609B is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 15 96 155 -
CMYK 0.90 0.38 0 0.39
HSL 205.29º 0.82% 0.33% -
HSV(B) 205.29º 0.9% 0.61% -
XYZ 10.3 10.83 32.56 -
YUV 78.51 171.16 82.7 -
System Red Green Blue C M Y K H S L
Decimal 15 96 155 0.90 0.38 0 0.39 205.29 0.82 0.33
Hex F 60 9B 5A 26 0 27 CD 52 21
Octal 17 140 233 132 46 0 47 315 122 41
Binary 1111 1100000 10011011 1011010 100110 0 100111 11001101 1010010 100001

Color Harmonies of #0F609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F609B

Black with #0F609B

Text Example


Text Example

White with #0F609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,96,155); }

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

background-color css

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

 a { background-color: rgb(15,96,155); }

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

border-color css

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

 span { border-color: rgb(15,96,155); }

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