Html Css Color HEX #0F629C Endeavour

📋 copy color: '#0F629C'

red 15 ◦ green 98 ◦ blue 156

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

Shades of Endeavour #0F629C

Tints of Endeavour #0F629C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.43%

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 5.58%
G = 36.43%
B = 57.99%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0F629C (or 0x0F629C) is known color: Endeavour. HEX triplet: 0F, 62 and 9C. RGB value is (15,98,156). Sum of RGB (Red+Green+Blue) = 15+98+156=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #0F629C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F629C is #F09D63. Grayscale: #4F4F4F. Windows color (decimal): -15768932 or 10248719. OLE color: 10248719.

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

Color convert

RGB 15 98 156 -
CMYK 0.90 0.37 0 0.39
HSL 204.68º 0.82% 0.34% -
HSV(B) 204.68º 0.9% 0.61% -
XYZ 10.57 11.24 33.06 -
YUV 79.8 171 81.78 -
System Red Green Blue C M Y K H S L
Decimal 15 98 156 0.90 0.37 0 0.39 204.68 0.82 0.34
Hex F 62 9C 5A 25 0 27 CD 52 22
Octal 17 142 234 132 45 0 47 315 122 42
Binary 1111 1100010 10011100 1011010 100101 0 100111 11001101 1010010 100010

Color Harmonies of #0F629C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F629C

Black with #0F629C

Text Example


Text Example

White with #0F629C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,98,156); }

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

background-color css

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

 a { background-color: rgb(15,98,156); }

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

border-color css

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

 span { border-color: rgb(15,98,156); }

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