Html Css Color HEX #081C69 Sapphire

📋 copy color: '#081C69'

red 8 ◦ green 28 ◦ blue 105

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

Shades of Sapphire #081C69

Tints of Sapphire #081C69

RGB

 RED value IS 8 (3.52% from 255) = 5.67%

 GREEN value IS 28 (11.33% from 255) = 19.86%

 BLUE value IS 105 (41.41% from 255) = 74.47%

R = 5.67%
G = 19.86%
B = 74.47%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#081C69 (or 0x081C69) is known color: Sapphire. HEX triplet: 08, 1C and 69. RGB value is (8,28,105). Sum of RGB (Red+Green+Blue) = 8+28+105=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 28 (11.33% from 255 or 19.86% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #081C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C69 is #F7E396. Grayscale: #1E1E1E. Windows color (decimal): -16245655 or 6888456. OLE color: 6888456.

HSL color Cylindrical-coordinate representation of color #081C69: hue angle of 227.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081C69 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 28 105 -
CMYK 0.92 0.73 0 0.59
HSL 227.63º 0.86% 0.22% -
HSV(B) 227.63º 0.92% 0.41% -
XYZ 3.07 1.9 13.57 -
YUV 30.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 8 28 105 0.92 0.73 0 0.59 227.63 0.86 0.22
Hex 8 1C 69 5C 49 0 3B E4 56 16
Octal 10 34 151 134 111 0 73 344 126 26
Binary 1000 11100 1101001 1011100 1001001 0 111011 11100100 1010110 10110

Color Harmonies of #081C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081C69

Black with #081C69

Text Example


Text Example

White with #081C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081C69; }

 p { color: rgb(8,28,105); }

 H1.HeaderClassName
 {
   color: #081C69;
 }
 .AnyTagClassName
 {
   color: #081C69;
 }
</style>

background-color css

<style>
 a { background-color: #081C69; }

 a { background-color: rgb(8,28,105); }

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

border-color css

<style>
 span { border-color: #081C69; }

 span { border-color: rgb(8,28,105); }

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