Html Css Color HEX #002148 Sapphire

📋 copy color: '#002148'

red 0 ◦ green 33 ◦ blue 72

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

Shades of Sapphire #002148

Tints of Sapphire #002148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.43%

 BLUE value IS 72 (28.52% from 255) = 68.57%

R = 0%
G = 31.43%
B = 68.57%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#002148 (or 0x002148) is known color: Sapphire. HEX triplet: 00, 21 and 48. RGB value is (0,33,72). Sum of RGB (Red+Green+Blue) = 0+33+72=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 72 (28.52% from 255 or 68.57% from 105); Max value from RGB is 72 - color contains mainly: blue. Hex color #002148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002148 is #FFDEB7. Grayscale: #1B1B1B. Windows color (decimal): -16768696 or 4727040. OLE color: 4727040.

HSL color Cylindrical-coordinate representation of color #002148: hue angle of 212.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002148 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 0 33 72 -
CMYK 1 0.54 0 0.72
HSL 212.5º 1% 0.14% -
HSV(B) 212.5º 1% 0.28% -
XYZ 1.71 1.56 6.34 -
YUV 27.58 153.07 108.33 -
System Red Green Blue C M Y K H S L
Decimal 0 33 72 1 0.54 0 0.72 212.5 1 0.14
Hex 0 21 48 64 36 0 48 D4 64 E
Octal 0 41 110 144 66 0 110 324 144 16
Binary 0 100001 1001000 1100100 110110 0 1001000 11010100 1100100 1110

Color Harmonies of #002148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002148

Black with #002148

Text Example


Text Example

White with #002148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002148; }

 p { color: rgb(0,33,72); }

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

background-color css

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

 a { background-color: rgb(0,33,72); }

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

border-color css

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

 span { border-color: rgb(0,33,72); }

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