Html Css Color HEX #1D2B65 Sapphire

📋 copy color: '#1D2B65'

red 29 ◦ green 43 ◦ blue 101

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

Shades of Sapphire #1D2B65

Tints of Sapphire #1D2B65

RGB

 RED value IS 29 (11.72% from 255) = 16.76%

 GREEN value IS 43 (17.19% from 255) = 24.86%

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 16.76%
G = 24.86%
B = 58.38%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1D2B65 (or 0x1D2B65) is known color: Sapphire. HEX triplet: 1D, 2B and 65. RGB value is (29,43,101). Sum of RGB (Red+Green+Blue) = 29+43+101=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #1D2B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2B65 is #E2D49A. Grayscale: #2D2D2D. Windows color (decimal): -14865563 or 6630173. OLE color: 6630173.

HSL color Cylindrical-coordinate representation of color #1D2B65: hue angle of 228.33º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1D2B65 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 29 43 101 -
CMYK 0.71 0.57 0 0.60
HSL 228.33º 0.55% 0.25% -
HSV(B) 228.33º 0.71% 0.4% -
XYZ 3.72 2.93 12.68 -
YUV 45.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 29 43 101 0.71 0.57 0 0.60 228.33 0.55 0.25
Hex 1D 2B 65 47 39 0 3C E4 37 19
Octal 35 53 145 107 71 0 74 344 67 31
Binary 11101 101011 1100101 1000111 111001 0 111100 11100100 110111 11001

Color Harmonies of #1D2B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2B65

Black with #1D2B65

Text Example


Text Example

White with #1D2B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D2B65; }

 p { color: rgb(29,43,101); }

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

background-color css

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

 a { background-color: rgb(29,43,101); }

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

border-color css

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

 span { border-color: rgb(29,43,101); }

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