Html Css Color HEX #0748AF Cobalt

📋 copy color: '#0748AF'

red 7 ◦ green 72 ◦ blue 175

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

Shades of Cobalt #0748AF

Tints of Cobalt #0748AF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 175 (68.75% from 255) = 68.9%

R = 2.76%
G = 28.35%
B = 68.9%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0748AF (or 0x0748AF) is known color: Cobalt. HEX triplet: 07, 48 and AF. RGB value is (7,72,175). Sum of RGB (Red+Green+Blue) = 7+72+175=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #0748AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0748AF is #F8B750. Grayscale: #3F3F3F. Windows color (decimal): -16299857 or 11487239. OLE color: 11487239.

HSL color Cylindrical-coordinate representation of color #0748AF: hue angle of 216.79º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0748AF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 72 175 -
CMYK 0.96 0.59 0 0.31
HSL 216.79º 0.92% 0.36% -
HSV(B) 216.79º 0.96% 0.69% -
XYZ 10.14 7.78 41.52 -
YUV 64.31 190.47 87.12 -
System Red Green Blue C M Y K H S L
Decimal 7 72 175 0.96 0.59 0 0.31 216.79 0.92 0.36
Hex 7 48 AF 60 3B 0 1F D9 5C 24
Octal 7 110 257 140 73 0 37 331 134 44
Binary 111 1001000 10101111 1100000 111011 0 11111 11011001 1011100 100100

Color Harmonies of #0748AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0748AF

Black with #0748AF

Text Example


Text Example

White with #0748AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0748AF; }

 p { color: rgb(7,72,175); }

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

background-color css

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

 a { background-color: rgb(7,72,175); }

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

border-color css

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

 span { border-color: rgb(7,72,175); }

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