Html Css Color HEX #001F4B Sapphire

📋 copy color: '#001F4B'

red 0 ◦ green 31 ◦ blue 75

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

Shades of Sapphire #001F4B

Tints of Sapphire #001F4B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.25%

 BLUE value IS 75 (29.69% from 255) = 70.75%

R = 0%
G = 29.25%
B = 70.75%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#001F4B (or 0x001F4B) is known color: Sapphire. HEX triplet: 00, 1F and 4B. RGB value is (0,31,75). Sum of RGB (Red+Green+Blue) = 0+31+75=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #001F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F4B is #FFE0B4. Grayscale: #1A1A1A. Windows color (decimal): -16769205 or 4923136. OLE color: 4923136.

HSL color Cylindrical-coordinate representation of color #001F4B: hue angle of 215.2º 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 #001F4B is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 31 75 -
CMYK 1 0.59 0 0.71
HSL 215.2º 1% 0.15% -
HSV(B) 215.2º 1% 0.29% -
XYZ 1.76 1.49 6.85 -
YUV 26.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 0 31 75 1 0.59 0 0.71 215.2 1 0.15
Hex 0 1F 4B 64 3B 0 47 D7 64 F
Octal 0 37 113 144 73 0 107 327 144 17
Binary 0 11111 1001011 1100100 111011 0 1000111 11010111 1100100 1111

Color Harmonies of #001F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F4B

Black with #001F4B

Text Example


Text Example

White with #001F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001F4B; }

 p { color: rgb(0,31,75); }

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

background-color css

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

 a { background-color: rgb(0,31,75); }

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

border-color css

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

 span { border-color: rgb(0,31,75); }

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