Html Css Color HEX #06237D Sapphire

📋 copy color: '#06237D'

red 6 ◦ green 35 ◦ blue 125

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

Shades of Sapphire #06237D

Tints of Sapphire #06237D

RGB

 RED value IS 6 (2.73% from 255) = 3.61%

 GREEN value IS 35 (14.06% from 255) = 21.08%

 BLUE value IS 125 (49.22% from 255) = 75.3%

R = 3.61%
G = 21.08%
B = 75.3%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#06237D (or 0x06237D) is known color: Sapphire. HEX triplet: 06, 23 and 7D. RGB value is (6,35,125). Sum of RGB (Red+Green+Blue) = 6+35+125=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 125 (49.22% from 255 or 75.30% from 166); Max value from RGB is 125 - color contains mainly: blue. Hex color #06237D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06237D is #F9DC82. Grayscale: #242424. Windows color (decimal): -16374915 or 8200966. OLE color: 8200966.

HSL color Cylindrical-coordinate representation of color #06237D: hue angle of 225.38º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06237D is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 6 35 125 -
CMYK 0.95 0.72 0 0.51
HSL 225.38º 0.91% 0.26% -
HSV(B) 225.38º 0.95% 0.49% -
XYZ 4.38 2.72 19.7 -
YUV 36.59 177.89 106.18 -
System Red Green Blue C M Y K H S L
Decimal 6 35 125 0.95 0.72 0 0.51 225.38 0.91 0.26
Hex 6 23 7D 5F 48 0 33 E1 5B 1A
Octal 6 43 175 137 110 0 63 341 133 32
Binary 110 100011 1111101 1011111 1001000 0 110011 11100001 1011011 11010

Color Harmonies of #06237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06237D

Black with #06237D

Text Example


Text Example

White with #06237D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06237D; }

 p { color: rgb(6,35,125); }

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

background-color css

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

 a { background-color: rgb(6,35,125); }

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

border-color css

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

 span { border-color: rgb(6,35,125); }

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