Html Css Color HEX #182667 Sapphire

📋 copy color: '#182667'

red 24 ◦ green 38 ◦ blue 103

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

Shades of Sapphire #182667

Tints of Sapphire #182667

RGB

 RED value IS 24 (9.77% from 255) = 14.55%

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 103 (40.63% from 255) = 62.42%

R = 14.55%
G = 23.03%
B = 62.42%

CMYK

 C value IS 0.77

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#182667 (or 0x182667) is known color: Sapphire. HEX triplet: 18, 26 and 67. RGB value is (24,38,103). Sum of RGB (Red+Green+Blue) = 24+38+103=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 103 (40.62% from 255 or 62.42% from 165); Max value from RGB is 103 - color contains mainly: blue. Hex color #182667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182667 is #E7D998. Grayscale: #282828. Windows color (decimal): -15194521 or 6759960. OLE color: 6759960.

HSL color Cylindrical-coordinate representation of color #182667: hue angle of 229.37º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #182667 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 24 38 103 -
CMYK 0.77 0.63 0 0.60
HSL 229.37º 0.62% 0.25% -
HSV(B) 229.37º 0.77% 0.4% -
XYZ 3.52 2.56 13.14 -
YUV 41.22 162.86 115.71 -
System Red Green Blue C M Y K H S L
Decimal 24 38 103 0.77 0.63 0 0.60 229.37 0.62 0.25
Hex 18 26 67 4D 3F 0 3C E5 3E 19
Octal 30 46 147 115 77 0 74 345 76 31
Binary 11000 100110 1100111 1001101 111111 0 111100 11100101 111110 11001

Color Harmonies of #182667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182667

Black with #182667

Text Example


Text Example

White with #182667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182667; }

 p { color: rgb(24,38,103); }

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

background-color css

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

 a { background-color: rgb(24,38,103); }

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

border-color css

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

 span { border-color: rgb(24,38,103); }

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