Html Css Color HEX #182F7C Sapphire

📋 copy color: '#182F7C'

red 24 ◦ green 47 ◦ blue 124

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

Shades of Sapphire #182F7C

Tints of Sapphire #182F7C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.1%

 BLUE value IS 124 (48.83% from 255) = 63.59%

R = 12.31%
G = 24.1%
B = 63.59%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#182F7C (or 0x182F7C) is known color: Sapphire. HEX triplet: 18, 2F and 7C. RGB value is (24,47,124). Sum of RGB (Red+Green+Blue) = 24+47+124=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 47 (18.75% from 255 or 24.10% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #182F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182F7C is #E7D083. Grayscale: #303030. Windows color (decimal): -15192196 or 8138520. OLE color: 8138520.

HSL color Cylindrical-coordinate representation of color #182F7C: hue angle of 226.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182F7C is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 47 124 -
CMYK 0.81 0.62 0 0.51
HSL 226.2º 0.68% 0.29% -
HSV(B) 226.2º 0.81% 0.49% -
XYZ 5.03 3.68 19.51 -
YUV 48.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 24 47 124 0.81 0.62 0 0.51 226.2 0.68 0.29
Hex 18 2F 7C 51 3E 0 33 E2 44 1D
Octal 30 57 174 121 76 0 63 342 104 35
Binary 11000 101111 1111100 1010001 111110 0 110011 11100010 1000100 11101

Color Harmonies of #182F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182F7C

Black with #182F7C

Text Example


Text Example

White with #182F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182F7C; }

 p { color: rgb(24,47,124); }

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

background-color css

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

 a { background-color: rgb(24,47,124); }

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

border-color css

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

 span { border-color: rgb(24,47,124); }

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