Html Css Color HEX #00184A Sapphire

📋 copy color: '#00184A'

red 0 ◦ green 24 ◦ blue 74

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

Shades of Sapphire #00184A

Tints of Sapphire #00184A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 24 (9.77% from 255) = 24.49%

 BLUE value IS 74 (29.3% from 255) = 75.51%

R = 0%
G = 24.49%
B = 75.51%

CMYK

 C value IS 1

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#00184A (or 0x00184A) is known color: Sapphire. HEX triplet: 00, 18 and 4A. RGB value is (0,24,74). Sum of RGB (Red+Green+Blue) = 0+24+74=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 74 (29.30% from 255 or 75.51% from 98); Max value from RGB is 74 - color contains mainly: blue. Hex color #00184A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00184A is #FFE7B5. Grayscale: #161616. Windows color (decimal): -16770998 or 4855808. OLE color: 4855808.

HSL color Cylindrical-coordinate representation of color #00184A: hue angle of 220.54º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00184A is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 24 74 -
CMYK 1 0.68 0 0.71
HSL 220.54º 1% 0.15% -
HSV(B) 220.54º 1% 0.29% -
XYZ 1.56 1.15 6.62 -
YUV 22.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 0 24 74 1 0.68 0 0.71 220.54 1 0.15
Hex 0 18 4A 64 44 0 47 DD 64 F
Octal 0 30 112 144 104 0 107 335 144 17
Binary 0 11000 1001010 1100100 1000100 0 1000111 11011101 1100100 1111

Color Harmonies of #00184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00184A

Black with #00184A

Text Example


Text Example

White with #00184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00184A; }

 p { color: rgb(0,24,74); }

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

background-color css

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

 a { background-color: rgb(0,24,74); }

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

border-color css

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

 span { border-color: rgb(0,24,74); }

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