Html Css Color HEX #0F67AC Denim

📋 copy color: '#0F67AC'

red 15 ◦ green 103 ◦ blue 172

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

Shades of Denim #0F67AC

Tints of Denim #0F67AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 5.17%
G = 35.52%
B = 59.31%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F67AC (or 0x0F67AC) is known color: Denim. HEX triplet: 0F, 67 and AC. RGB value is (15,103,172). Sum of RGB (Red+Green+Blue) = 15+103+172=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F67AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F67AC is #F09853. Grayscale: #545454. Windows color (decimal): -15767636 or 11298575. OLE color: 11298575.

HSL color Cylindrical-coordinate representation of color #0F67AC: hue angle of 206.37º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F67AC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 103 172 -
CMYK 0.91 0.40 0 0.33
HSL 206.37º 0.84% 0.37% -
HSV(B) 206.37º 0.91% 0.67% -
XYZ 12.49 12.78 40.84 -
YUV 84.55 177.35 78.39 -
System Red Green Blue C M Y K H S L
Decimal 15 103 172 0.91 0.40 0 0.33 206.37 0.84 0.37
Hex F 67 AC 5B 28 0 21 CE 54 25
Octal 17 147 254 133 50 0 41 316 124 45
Binary 1111 1100111 10101100 1011011 101000 0 100001 11001110 1010100 100101

Color Harmonies of #0F67AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F67AC

Black with #0F67AC

Text Example


Text Example

White with #0F67AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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