Html Css Color HEX #0C277B Sapphire

📋 copy color: '#0C277B'

red 12 ◦ green 39 ◦ blue 123

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

Shades of Sapphire #0C277B

Tints of Sapphire #0C277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.41%

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

R = 6.9%
G = 22.41%
B = 70.69%

CMYK

 C value IS 0.90

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0C277B (or 0x0C277B) is known color: Sapphire. HEX triplet: 0C, 27 and 7B. RGB value is (12,39,123). Sum of RGB (Red+Green+Blue) = 12+39+123=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #0C277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C277B is #F3D884. Grayscale: #282828. Windows color (decimal): -15980677 or 8070924. OLE color: 8070924.

HSL color Cylindrical-coordinate representation of color #0C277B: hue angle of 225.41º 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 #0C277B is Cyan = 0.90, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 12 39 123 -
CMYK 0.90 0.68 0 0.52
HSL 225.41º 0.82% 0.26% -
HSV(B) 225.41º 0.9% 0.48% -
XYZ 4.45 2.96 19.08 -
YUV 40.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 12 39 123 0.90 0.68 0 0.52 225.41 0.82 0.26
Hex C 27 7B 5A 44 0 34 E1 52 1A
Octal 14 47 173 132 104 0 64 341 122 32
Binary 1100 100111 1111011 1011010 1000100 0 110100 11100001 1010010 11010

Color Harmonies of #0C277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C277B

Black with #0C277B

Text Example


Text Example

White with #0C277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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