Html Css Color HEX #0C297B Sapphire

📋 copy color: '#0C297B'

red 12 ◦ green 41 ◦ blue 123

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

Shades of Sapphire #0C297B

Tints of Sapphire #0C297B

RGB

 RED value IS 12 (5.08% from 255) = 6.82%

 GREEN value IS 41 (16.41% from 255) = 23.3%

 BLUE value IS 123 (48.44% from 255) = 69.89%

R = 6.82%
G = 23.3%
B = 69.89%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C297B (or 0x0C297B) is known color: Sapphire. HEX triplet: 0C, 29 and 7B. RGB value is (12,41,123). Sum of RGB (Red+Green+Blue) = 12+41+123=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C297B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C297B is #F3D684. Grayscale: #292929. Windows color (decimal): -15980165 or 8071436. OLE color: 8071436.

HSL color Cylindrical-coordinate representation of color #0C297B: hue angle of 224.32º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C297B is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 41 123 -
CMYK 0.90 0.67 0 0.52
HSL 224.32º 0.82% 0.26% -
HSV(B) 224.32º 0.9% 0.48% -
XYZ 4.52 3.09 19.1 -
YUV 41.68 173.89 106.83 -
System Red Green Blue C M Y K H S L
Decimal 12 41 123 0.90 0.67 0 0.52 224.32 0.82 0.26
Hex C 29 7B 5A 43 0 34 E0 52 1A
Octal 14 51 173 132 103 0 64 340 122 32
Binary 1100 101001 1111011 1011010 1000011 0 110100 11100000 1010010 11010

Color Harmonies of #0C297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C297B

Black with #0C297B

Text Example


Text Example

White with #0C297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C297B; }

 p { color: rgb(12,41,123); }

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

background-color css

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

 a { background-color: rgb(12,41,123); }

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

border-color css

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

 span { border-color: rgb(12,41,123); }

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