Html Css Color HEX #076293 Cerulean

📋 copy color: '#076293'

red 7 ◦ green 98 ◦ blue 147

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

Shades of Cerulean #076293

Tints of Cerulean #076293

RGB

 RED value IS 7 (3.13% from 255) = 2.78%

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 2.78%
G = 38.89%
B = 58.33%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#076293 (or 0x076293) is known color: Cerulean. HEX triplet: 07, 62 and 93. RGB value is (7,98,147). Sum of RGB (Red+Green+Blue) = 7+98+147=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #076293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076293 is #F89D6C. Grayscale: #4C4C4C. Windows color (decimal): -16293229 or 9658887. OLE color: 9658887.

HSL color Cylindrical-coordinate representation of color #076293: hue angle of 201º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076293 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 98 147 -
CMYK 0.95 0.33 0 0.42
HSL 201º 0.91% 0.3% -
HSV(B) 201º 0.95% 0.58% -
XYZ 9.72 10.89 29.19 -
YUV 76.38 167.85 78.52 -
System Red Green Blue C M Y K H S L
Decimal 7 98 147 0.95 0.33 0 0.42 201 0.91 0.3
Hex 7 62 93 5F 21 0 2A C9 5B 1E
Octal 7 142 223 137 41 0 52 311 133 36
Binary 111 1100010 10010011 1011111 100001 0 101010 11001001 1011011 11110

Color Harmonies of #076293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076293

Black with #076293

Text Example


Text Example

White with #076293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076293; }

 p { color: rgb(7,98,147); }

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

background-color css

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

 a { background-color: rgb(7,98,147); }

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

border-color css

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

 span { border-color: rgb(7,98,147); }

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