Html Css Color HEX #0C234A Sapphire

📋 copy color: '#0C234A'

red 12 ◦ green 35 ◦ blue 74

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

Shades of Sapphire #0C234A

Tints of Sapphire #0C234A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 61.16%

R = 9.92%
G = 28.93%
B = 61.16%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C234A (or 0x0C234A) is known color: Sapphire. HEX triplet: 0C, 23 and 4A. RGB value is (12,35,74). Sum of RGB (Red+Green+Blue) = 12+35+74=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C234A is #F3DCB5. Grayscale: #202020. Windows color (decimal): -15981750 or 4858636. OLE color: 4858636.

HSL color Cylindrical-coordinate representation of color #0C234A: hue angle of 217.74º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C234A is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 12 35 74 -
CMYK 0.84 0.53 0 0.71
HSL 217.74º 0.72% 0.17% -
HSV(B) 217.74º 0.84% 0.29% -
XYZ 1.99 1.77 6.72 -
YUV 32.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 12 35 74 0.84 0.53 0 0.71 217.74 0.72 0.17
Hex C 23 4A 54 35 0 47 DA 48 11
Octal 14 43 112 124 65 0 107 332 110 21
Binary 1100 100011 1001010 1010100 110101 0 1000111 11011010 1001000 10001

Color Harmonies of #0C234A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C234A

Black with #0C234A

Text Example


Text Example

White with #0C234A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,35,74); }

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

background-color css

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

 a { background-color: rgb(12,35,74); }

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

border-color css

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

 span { border-color: rgb(12,35,74); }

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